Fixed update of sequential slider when showing/hiding feature types using the legend
This commit is contained in:
parent
969ca98b52
commit
21f1853d53
@ -2258,6 +2258,7 @@ void GCodeViewer::render_legend() const
|
||||
m_extrusions.role_visibility_flags = visible ? m_extrusions.role_visibility_flags & ~(1 << role) : m_extrusions.role_visibility_flags | (1 << role);
|
||||
// update buffers' render paths
|
||||
refresh_render_paths(false, false);
|
||||
wxGetApp().plater()->update_preview_moves_slider();
|
||||
wxGetApp().plater()->get_current_canvas3D()->set_as_dirty();
|
||||
wxGetApp().plater()->update_preview_bottom_toolbar();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user