Fixed update of the horizontal slider after changing visibility of options in preview
This commit is contained in:
parent
9afaebac75
commit
b14d872104
1 changed files with 1 additions and 0 deletions
|
@ -505,6 +505,7 @@ void Preview::on_combochecklist_options(wxCommandEvent& evt)
|
|||
|
||||
#if ENABLE_RENDER_PATH_REFRESH_AFTER_OPTIONS_CHANGE
|
||||
m_canvas->refresh_gcode_preview_render_paths();
|
||||
update_moves_slider();
|
||||
#else
|
||||
auto xored = [](unsigned int flags1, unsigned int flags2, unsigned int flag) {
|
||||
auto is_flag_set = [](unsigned int flags, unsigned int flag) {
|
||||
|
|
Loading…
Reference in a new issue