mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:56:00 +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:
|
||||
{
|
||||
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…
x
Reference in New Issue
Block a user