@@ -244,6 +244,16 @@ Item
onTriggered: CuraApplication.groupSelected();
}
+ Action
+ {
+ id: reloadQmlAction
+ onTriggered:
+ CuraApplication.reloadQML()
+ }
+ shortcut: "Shift+F5"
+
Action
{
id: unGroupObjectsAction
@@ -46,6 +46,7 @@ UM.MainWindow
//
// This has been fixed for QtQuick Controls 2 since the Shortcut item has a context property.
Cura.Actions.parent = backgroundItem
+ CuraApplication.purgeWindows()
Item