Changeset - c636e8d93e11
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-07-25 15:47:52
hy@ozderya.net
fix autoscale when unzoomed with a key
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
zoomer.cpp
Show inline comments
 
@@ -36,7 +36,7 @@ void Zoomer::zoom(int up)
 

	
 
    QwtPlotZoomer::zoom(up);
 

	
 
    if (up == 0)
 
    if(zoomRectIndex() == 0)
 
    {
 
        emit unzoomed();
 
    }
0 comments (0 inline, 0 general)