We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b21c8 commit bde9480Copy full SHA for bde9480
qml/FlashDialog.qml
@@ -8,6 +8,8 @@ import Firebird.UIComponents 1.0
8
Dialog {
9
id: flashDialog
10
title: qsTr("Create Flash Image")
11
+ // Work around QTBUG-89607: Menu (used by ComboBox) doesn't work in modal windows
12
+ modality: Qt.platform.pluginName == "cocoa" ? Qt.NonModal : Qt.WindowModal
13
standardButtons: Dialog.Save | Dialog.Cancel
14
onVisibleChanged: {
15
// For some reason the initial size on wayland is too big.
0 commit comments