mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:45:55 +08:00
Fix popups closing on selecting a material bug
CURA-8640
This commit is contained in:
parent
e7de7bb3cc
commit
d46679c19f
@ -307,9 +307,7 @@ Cura.MenuItem
|
|||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
Cura.MachineManager.setMaterial(extruderIndex, model.container_node);
|
Cura.MachineManager.setMaterial(extruderIndex, model.container_node);
|
||||||
menuPopup.itemHovered = 0; //Close all of these menus.
|
|
||||||
menuPopup.close();
|
menuPopup.close();
|
||||||
colorPopup.itemHovered = 0;
|
|
||||||
colorPopup.close();
|
colorPopup.close();
|
||||||
materialMenu.close();
|
materialMenu.close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user