mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
[Panorama Viewer] Disable color picker inside HdrToolbar for Panorama
We cannot retrieve mouse coordinates of images inside the panorama due to a conflict between mouse areas.
This commit is contained in:
parent
6534fc1191
commit
4a7912c0ff
2 changed files with 8 additions and 0 deletions
|
@ -191,6 +191,10 @@ FocusScope {
|
|||
onVisibleChanged: {
|
||||
resetDefaultValues();
|
||||
}
|
||||
colorPickerVisible: {
|
||||
return !displayPanoramaViewer.checked
|
||||
}
|
||||
|
||||
colorRGBA: {
|
||||
if(!floatImageViewerLoader.item ||
|
||||
floatImageViewerLoader.item.status !== Image.Ready)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue