mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Fix for #6782 - Clicking On Another Modifier while Changing a Modifier Parameter crashes PrusaSlicer
This commit is contained in:
parent
1f131d130f
commit
4efce682e1
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue