Changeset - eb7eec03607b
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-09-18 11:30:20
hy@ozderya.net
fix symbols not appear on unzoom
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/plot.cpp
Show inline comments
 
@@ -101,24 +101,25 @@ void Plot::resetAxes()
 
    else
 
    {
 
        setAxisScale(QwtPlot::yLeft, yMin, yMax);
 
    }
 

	
 
    replot();
 
}
 

	
 
void Plot::unzoomed()
 
{
 
    setAxisAutoScale(QwtPlot::xBottom);
 
    resetAxes();
 
    onXScaleChanged();
 
}
 

	
 
void Plot::showGrid(bool show)
 
{
 
    grid.enableX(show);
 
    grid.enableY(show);
 
    replot();
 
}
 

	
 
void Plot::showMinorGrid(bool show)
 
{
 
    grid.enableXMin(show);
0 comments (0 inline, 0 general)