From 239b0c21810fa58c736b5f12a0f6dcfa41d54efc Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Mon, 26 Sep 2016 19:27:03 -0700 Subject: [PATCH] fix PlotPerf reset --- scripts/developer/utilities/lib/plotperf/PlotPerf.qml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/developer/utilities/lib/plotperf/PlotPerf.qml b/scripts/developer/utilities/lib/plotperf/PlotPerf.qml index 4edc71c343..e61467ffd7 100644 --- a/scripts/developer/utilities/lib/plotperf/PlotPerf.qml +++ b/scripts/developer/utilities/lib/plotperf/PlotPerf.qml @@ -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();