mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 11:56:01 +08:00
Fixed update of the horizontal slider after changing visibility of options in preview
This commit is contained in:
parent
9afaebac75
commit
b14d872104
@ -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…
x
Reference in New Issue
Block a user