Fixing newly made issue with PickLocation.

This commit is contained in:
Adsooi 2024-10-27 00:46:42 +02:00
parent e6de739d0c
commit 27c9fe0473
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -32,12 +32,10 @@ import eu.ad5001.LogarithmPlotter.Common
\sa LogarithmPlotter, LogGraphCanvas \sa LogarithmPlotter, LogGraphCanvas
*/ */
Rectangle { Item {
id: pickerRoot id: pickerRoot
visible: false visible: false
clip: true clip: true
color: sysPalette.window
opacity: 0.35
/*! /*!
\qmlsignal PickLocationOverlay::picked(var obj) \qmlsignal PickLocationOverlay::picked(var obj)
@ -98,6 +96,11 @@ Rectangle {
*/ */
readonly property bool userPickY: pickY && pickYCheckbox.checked readonly property bool userPickY: pickY && pickYCheckbox.checked
Rectangle {
anchors.fill: parent
color: sysPalette.window
opacity: 0.35
}
MouseArea { MouseArea {
id: picker id: picker