mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 15:29:03 +08:00
Forced one frame render after selecting single volume in objects list
This commit is contained in:
parent
a13b2b1de3
commit
24b8c1fde3
@ -2133,6 +2133,7 @@ void ObjectList::update_selections_on_canvas()
|
|||||||
add_to_selection(item, selection, instance_idx, true);
|
add_to_selection(item, selection, instance_idx, true);
|
||||||
|
|
||||||
wxGetApp().plater()->canvas3D()->update_gizmos_on_off_state();
|
wxGetApp().plater()->canvas3D()->update_gizmos_on_off_state();
|
||||||
|
wxGetApp().plater()->canvas3D()->render();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user