Follow-up of 2afdc66dfb
- Added missing use case
This commit is contained in:
parent
2afdc66dfb
commit
dbad87fb42
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue