mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 02:55:53 +08:00
Follow-up of 2afdc66dfb84f512a3f72b0a18ceb51873d779c5 - Added missing use case
This commit is contained in:
parent
2afdc66dfb
commit
dbad87fb42
@ -506,6 +506,8 @@ void Preview::on_combochecklist_options(wxCommandEvent& evt)
|
||||
const unsigned int diff_flags = curr_flags ^ new_flags;
|
||||
if ((diff_flags & (1 << static_cast<unsigned int>(Preview::OptionType::Travel))) != 0)
|
||||
refresh_print();
|
||||
else
|
||||
m_canvas->refresh_gcode_preview_render_paths();
|
||||
}
|
||||
else
|
||||
m_canvas->refresh_gcode_preview_render_paths();
|
||||
|
Loading…
x
Reference in New Issue
Block a user