mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 09:26:32 +02:00
[ui] Viewer2D: reset the "useExternal" flag after dropping an image in the Viewer2D
This commit is contained in:
parent
8e9128be8d
commit
feee10e97d
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,8 @@ FocusScope {
|
|||
onSelectedViewIdChanged: {
|
||||
root.source = getImageFile();
|
||||
root.metadata = getMetadata();
|
||||
if (useExternal)
|
||||
useExternal = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue