mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 21:43:58 +02:00
fix PlotPerf reset
This commit is contained in:
parent
f40e46ac92
commit
239b0c2181
1 changed files with 1 additions and 8 deletions
|
@ -16,8 +16,6 @@ Item {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 100
|
height: 100
|
||||||
|
|
||||||
property int hitboxExtension : 20
|
|
||||||
|
|
||||||
// The title of the graph
|
// The title of the graph
|
||||||
property string title
|
property string title
|
||||||
|
|
||||||
|
@ -218,12 +216,7 @@ Item {
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: hitbox
|
id: hitbox
|
||||||
anchors.fill:mycanvas
|
anchors.fill: mycanvas
|
||||||
|
|
||||||
anchors.topMargin: -hitboxExtension
|
|
||||||
anchors.bottomMargin: -hitboxExtension
|
|
||||||
anchors.leftMargin: -hitboxExtension
|
|
||||||
anchors.rightMargin: -hitboxExtension
|
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
resetMax();
|
resetMax();
|
||||||
|
|
Loading…
Reference in a new issue