FIX: enlarge the scroll rate
jira: [STUDIO-9924] Change-Id: Ic6cabccf3febc484bdd05b10cb6dfa1b0b78d710
This commit is contained in:
parent
f79ba9e315
commit
a07b45ba85
|
@ -1063,7 +1063,7 @@ void PrintingTaskPanel::set_star_count(int star_count)
|
||||||
StatusBasePanel::StatusBasePanel(wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name)
|
StatusBasePanel::StatusBasePanel(wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name)
|
||||||
: wxScrolledWindow(parent, id, pos, size, wxHSCROLL | wxVSCROLL)
|
: wxScrolledWindow(parent, id, pos, size, wxHSCROLL | wxVSCROLL)
|
||||||
{
|
{
|
||||||
this->SetScrollRate(5, 5);
|
this->SetScrollRate(25, 25);
|
||||||
Slic3r::DeviceManager* dev = Slic3r::GUI::wxGetApp().getDeviceManager();
|
Slic3r::DeviceManager* dev = Slic3r::GUI::wxGetApp().getDeviceManager();
|
||||||
if (!dev) return;
|
if (!dev) return;
|
||||||
obj = dev->get_selected_machine();
|
obj = dev->get_selected_machine();
|
||||||
|
|
Loading…
Reference in New Issue