Switch from QQC2.ApplicationWindow.overlay to QQC2.Overlay.overlay
Closes #648
This commit is contained in:
@@ -73,7 +73,7 @@ FormCard.FormCardPage {
|
||||
if (fileDialog != null) {
|
||||
return;
|
||||
}
|
||||
fileDialog = openFileDialog.createObject(QQC2.ApplicationWindow.Overlay);
|
||||
fileDialog = openFileDialog.createObject(QQC2.Overlay.overlay);
|
||||
fileDialog.chosen.connect(function (receivedSource) {
|
||||
mouseArea.fileDialog = null;
|
||||
if (!receivedSource) {
|
||||
|
||||
Reference in New Issue
Block a user