mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[Panorama Viewer] HDR Color picker fix
This commit is contained in:
parent
3fe862834e
commit
bdfda8a27b
1 changed files with 10 additions and 11 deletions
|
@ -32,7 +32,6 @@ AliceVision.FloatImageViewer {
|
|||
}
|
||||
else if (!isDistoViewer){ // HDR Viewer
|
||||
root.updateSubdivisions(1);
|
||||
root.downscaleLevel = -1;
|
||||
}
|
||||
|
||||
root.defaultControlPoints();
|
||||
|
@ -158,16 +157,16 @@ AliceVision.FloatImageViewer {
|
|||
}
|
||||
clearBeforeLoad: true
|
||||
|
||||
// property alias containsMouse: mouseArea.containsMouse
|
||||
// property alias mouseX: mouseArea.mouseX
|
||||
// property alias mouseY: mouseArea.mouseY
|
||||
// MouseArea {
|
||||
// id: mouseArea
|
||||
// anchors.fill: parent
|
||||
// hoverEnabled: true
|
||||
// // Do not intercept mouse events, only get the mouse over information
|
||||
// acceptedButtons: Qt.NoButton
|
||||
// }
|
||||
property alias containsMouse: mouseArea.containsMouse
|
||||
property alias mouseX: mouseArea.mouseX
|
||||
property alias mouseY: mouseArea.mouseY
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
// Do not intercept mouse events, only get the mouse over information
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
|
||||
function isMouseOver(mx, my) {
|
||||
return (mx > rectPano.x && mx < rectPano.x + rectPano.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue