mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] Viewer2D: if imageType is disabled switch back to "image" type
This commit is contained in:
parent
540c0d1744
commit
eae0f4b1f4
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ FocusScope {
|
|||
flat: true
|
||||
|
||||
property var types: ["image", "depth", "sim"]
|
||||
property string type: types[currentIndex]
|
||||
property string type: enabled ? types[currentIndex] : types[0]
|
||||
|
||||
model: types
|
||||
enabled: _reconstruction.depthMap != undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue