[Panorama Viewer] HDR Color picker fix

This commit is contained in:
Thomas Zorroche 2021-03-03 11:09:39 +01:00 committed by Fabien Castan
parent 3fe862834e
commit bdfda8a27b

View file

@ -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