mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Fix popups closing on selecting a material bug
CURA-8640
This commit is contained in:
parent
e7de7bb3cc
commit
d46679c19f
1 changed files with 0 additions and 2 deletions
|
@ -307,9 +307,7 @@ Cura.MenuItem
|
|||
onClicked:
|
||||
{
|
||||
Cura.MachineManager.setMaterial(extruderIndex, model.container_node);
|
||||
menuPopup.itemHovered = 0; //Close all of these menus.
|
||||
menuPopup.close();
|
||||
colorPopup.itemHovered = 0;
|
||||
colorPopup.close();
|
||||
materialMenu.close();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue