mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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
|
flat: true
|
||||||
|
|
||||||
property var types: ["image", "depth", "sim"]
|
property var types: ["image", "depth", "sim"]
|
||||||
property string type: types[currentIndex]
|
property string type: enabled ? types[currentIndex] : types[0]
|
||||||
|
|
||||||
model: types
|
model: types
|
||||||
enabled: _reconstruction.depthMap != undefined
|
enabled: _reconstruction.depthMap != undefined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue