diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index f37e4ff3..403ff7fb 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -141,6 +141,7 @@ EventDataType LayerGroup::Maxy() } +const double zoom_hard_limit=500.0; gGraph::gGraph(gGraphView *graphview,QString title,int height,short group) : m_graphview(graphview), @@ -489,6 +490,7 @@ void gGraph::mouseReleaseEvent(QMouseEvent * event) if (event->modifiers() & Qt::ControlModifier) zoom/=1.5; } xx*=zoom; + if (xxqq) xx=qq; } double j1=xmult*x; @@ -576,7 +578,7 @@ void gGraph::ZoomX(double mult,int origin_px) double q=span*mult; if (q>hardspan) q=hardspan; - if (q