mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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
|
||||
height: 100
|
||||
|
||||
property int hitboxExtension : 20
|
||||
|
||||
// The title of the graph
|
||||
property string title
|
||||
|
||||
|
@ -218,12 +216,7 @@ Item {
|
|||
|
||||
MouseArea {
|
||||
id: hitbox
|
||||
anchors.fill:mycanvas
|
||||
|
||||
anchors.topMargin: -hitboxExtension
|
||||
anchors.bottomMargin: -hitboxExtension
|
||||
anchors.leftMargin: -hitboxExtension
|
||||
anchors.rightMargin: -hitboxExtension
|
||||
anchors.fill: mycanvas
|
||||
|
||||
onClicked: {
|
||||
resetMax();
|
||||
|
|
Loading…
Reference in a new issue