mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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
|
else if (!isDistoViewer){ // HDR Viewer
|
||||||
root.updateSubdivisions(1);
|
root.updateSubdivisions(1);
|
||||||
root.downscaleLevel = -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
root.defaultControlPoints();
|
root.defaultControlPoints();
|
||||||
|
@ -158,16 +157,16 @@ AliceVision.FloatImageViewer {
|
||||||
}
|
}
|
||||||
clearBeforeLoad: true
|
clearBeforeLoad: true
|
||||||
|
|
||||||
// property alias containsMouse: mouseArea.containsMouse
|
property alias containsMouse: mouseArea.containsMouse
|
||||||
// property alias mouseX: mouseArea.mouseX
|
property alias mouseX: mouseArea.mouseX
|
||||||
// property alias mouseY: mouseArea.mouseY
|
property alias mouseY: mouseArea.mouseY
|
||||||
// MouseArea {
|
MouseArea {
|
||||||
// id: mouseArea
|
id: mouseArea
|
||||||
// anchors.fill: parent
|
anchors.fill: parent
|
||||||
// hoverEnabled: true
|
hoverEnabled: true
|
||||||
// // Do not intercept mouse events, only get the mouse over information
|
// Do not intercept mouse events, only get the mouse over information
|
||||||
// acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
// }
|
}
|
||||||
|
|
||||||
function isMouseOver(mx, my) {
|
function isMouseOver(mx, my) {
|
||||||
return (mx > rectPano.x && mx < rectPano.x + rectPano.width
|
return (mx > rectPano.x && mx < rectPano.x + rectPano.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue