1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Fixed update of the horizontal slider after changing visibility of options in preview

This commit is contained in:
enricoturri1966
2021-02-16 10:46:15 +01:00
parent 9afaebac75
commit b14d872104
+1
View File
@@ -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) {