From d1c717617a5f6903d2c2576122ec5522cdc424da Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 29 Aug 2011 09:52:07 +1000 Subject: [PATCH] Make the first click zoom in from fully expanded --- Graphs/gGraphView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index 48a412b6..cddf5b52 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -474,7 +474,7 @@ void gGraph::mouseReleaseEvent(QMouseEvent * event) //if (xx==qq) xx=1800000; xmult=qq/double(w); - if (x==m_lastx23) { + if ((xx==qq) || (x==m_lastx23)) { if (event->button() & Qt::RightButton) { xx*=1.33; } else if (event->button() & Qt::LeftButton) {