mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed delayed update of 3D scene when moving preview layers' slider (as reported in #1250)
This commit is contained in:
parent
e358dd9c01
commit
e354a306e6
3 changed files with 11 additions and 6 deletions
|
@ -154,7 +154,7 @@ private:
|
|||
void load_print_as_fff(bool keep_z_range = false);
|
||||
void load_print_as_sla();
|
||||
|
||||
void on_sliders_scroll_changed(wxEvent& event);
|
||||
void on_sliders_scroll_changed(wxCommandEvent& event);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue