mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Follow-up of 2afdc66dfb - Added missing use case
This commit is contained in:
@@ -506,6 +506,8 @@ void Preview::on_combochecklist_options(wxCommandEvent& evt)
|
|||||||
const unsigned int diff_flags = curr_flags ^ new_flags;
|
const unsigned int diff_flags = curr_flags ^ new_flags;
|
||||||
if ((diff_flags & (1 << static_cast<unsigned int>(Preview::OptionType::Travel))) != 0)
|
if ((diff_flags & (1 << static_cast<unsigned int>(Preview::OptionType::Travel))) != 0)
|
||||||
refresh_print();
|
refresh_print();
|
||||||
|
else
|
||||||
|
m_canvas->refresh_gcode_preview_render_paths();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
m_canvas->refresh_gcode_preview_render_paths();
|
m_canvas->refresh_gcode_preview_render_paths();
|
||||||
|
|||||||
Reference in New Issue
Block a user