mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
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
|
#if ENABLE_RENDER_PATH_REFRESH_AFTER_OPTIONS_CHANGE
|
||||||
m_canvas->refresh_gcode_preview_render_paths();
|
m_canvas->refresh_gcode_preview_render_paths();
|
||||||
|
update_moves_slider();
|
||||||
#else
|
#else
|
||||||
auto xored = [](unsigned int flags1, unsigned int flags2, unsigned int flag) {
|
auto xored = [](unsigned int flags1, unsigned int flags2, unsigned int flag) {
|
||||||
auto is_flag_set = [](unsigned int flags, unsigned int flag) {
|
auto is_flag_set = [](unsigned int flags, unsigned int flag) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue