QmlDesigner: Fix UrlChooser

Change-Id: Ie5a6297cf29dd6e9a120293346431c497805a28e
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2020-10-15 18:16:21 +02:00
parent c121e48589
commit 5edac46edb

View File

@@ -221,7 +221,7 @@ RowLayout {
onClicked: { onClicked: {
fileModel.openFileDialog() fileModel.openFileDialog()
if (fileModel.path !== "") if (fileModel.path !== "")
urlChooser.backendValue.value = fileModel.path urlChooser.backendValue.value = fileModel.fileName
} }
} }
} }