Index: sources/gui/qml/components/BaseChart.qml =================================================================== diff -u -r202faeb56449f895fb52099c14afdd2621137543 -rba86bcba8047d424b5b0f617d7297f2349b0d975 --- sources/gui/qml/components/BaseChart.qml (.../BaseChart.qml) (revision 202faeb56449f895fb52099c14afdd2621137543) +++ sources/gui/qml/components/BaseChart.qml (.../BaseChart.qml) (revision ba86bcba8047d424b5b0f617d7297f2349b0d975) @@ -177,7 +177,7 @@ } } - Row { id: _row + Row { id: _currentDataRow anchors.top: parent.top anchors.topMargin: 5 anchors.horizontalCenter: parent.horizontalCenter @@ -211,7 +211,6 @@ // --- Touch/Mouse Handling Area --- MouseArea { id: _mouseArea anchors.fill: parent - hoverEnabled: true onPressed: { updateLinePosition(mouse.x, mouse.y)