mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[Panorama Viewer] fix highlight bug
This commit is contained in:
parent
b36f5f3f8e
commit
9d0c4617c6
1 changed files with 1 additions and 16 deletions
|
@ -173,24 +173,9 @@ AliceVision.FloatImageViewer {
|
|||
}
|
||||
|
||||
function onChangedHighlightState(isHighlightable){
|
||||
if(isHighlightable) root.mouseOver(false)
|
||||
else root.mouseOver(true)
|
||||
if (!isHighlightable) root.mouseOver(false)
|
||||
}
|
||||
|
||||
/*
|
||||
* Target Rectangle For Mouse Area Highlight
|
||||
*/
|
||||
Item {
|
||||
id: containerMouseAreaPano
|
||||
Rectangle {
|
||||
id: rectPano
|
||||
x: 0
|
||||
y: 0
|
||||
width: 0
|
||||
height: 0
|
||||
visible: false;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Principal Point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue