Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Vital <mugulmotion@gmail.com>2022-10-28 15:54:29 +0300
committerLoïc Vital <mugulmotion@gmail.com>2022-10-28 15:54:29 +0300
commit49d0ad9a4f9feba62765c2340068bf7e3178e941 (patch)
tree2f6cb9e3bd7c196a8feb857d092f974fade7d68e
parent7593254ec096385e6f4132bce3cf834f0a59d523 (diff)
[ui] fix crash when importing images with non-ascii characters in path
-rwxr-xr-xmeshroom/ui/qml/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/meshroom/ui/qml/main.qml b/meshroom/ui/qml/main.qml
index 22550f80..27c0b196 100755
--- a/meshroom/ui/qml/main.qml
+++ b/meshroom/ui/qml/main.qml
@@ -316,7 +316,6 @@ ApplicationWindow {
selectMultiple: true
nameFilters: []
onAccepted: {
- console.warn("importFilesDialog fileUrls: " + importFilesDialog.fileUrls)
_reconstruction.importImagesUrls(importFilesDialog.fileUrls)
}
}