QmlDesigner: Fix macOS menu issue

Introducing the Loader broke the menu on macOS.
There is no reason to disable the Loader.
This was premature optimization.

Task-number: QTCREATORBUG-18662
Change-Id: Ief00246182ab1f1096efec634ed0626aeba95c84
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
Thomas Hartmann
2017-08-09 11:24:41 +02:00
parent 1e781cd396
commit a094841bdd

View File

@@ -130,8 +130,6 @@ Item {
exportMenuItem.enabled = !backendValue.isAttachedProperty()
}
onAboutToHide: menuLoader.active = false
Controls.MenuItem {
text: qsTr("Reset")
onTriggered: {