mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 06:25:59 +08:00
Fix for #6782 - Clicking On Another Modifier while Changing a Modifier Parameter crashes PrusaSlicer
This commit is contained in:
parent
1f131d130f
commit
4efce682e1
@ -3918,6 +3918,10 @@ void Plater::priv::on_right_click(RBtnEvent& evt)
|
|||||||
if (evt.data.second)
|
if (evt.data.second)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// Each context menu respects to the selected item in ObjectList,
|
||||||
|
// so this selection should be updated before menu creation
|
||||||
|
wxGetApp().obj_list()->update_selections();
|
||||||
|
|
||||||
if (printer_technology == ptSLA)
|
if (printer_technology == ptSLA)
|
||||||
menu = menus.sla_object_menu();
|
menu = menus.sla_object_menu();
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user