diff options
Diffstat (limited to 'grapher/Graph.hxx')
-rw-r--r-- | grapher/Graph.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Graph.hxx b/grapher/Graph.hxx index 0853d988..7037efa9 100644 --- a/grapher/Graph.hxx +++ b/grapher/Graph.hxx @@ -57,7 +57,7 @@ public: */ double getHorizontalScale() { - return _zoomFactor * _graphWidth / static_cast<double>(_right - _left); + return _graphWidth / static_cast<double>(_right - _left); } protected: GraphDataList _datasets; |