forked from qt-creator/qt-creator
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:
@@ -130,8 +130,6 @@ Item {
|
||||
exportMenuItem.enabled = !backendValue.isAttachedProperty()
|
||||
}
|
||||
|
||||
onAboutToHide: menuLoader.active = false
|
||||
|
||||
Controls.MenuItem {
|
||||
text: qsTr("Reset")
|
||||
onTriggered: {
|
||||
|
Reference in New Issue
Block a user