Changeset - ab0358c90be6
[Not reviewed]
stream
0 1 0
Hasan Yavuz Ă–ZDERYA - 7 years ago 2018-06-23 10:39:28
hy@ozderya.net
fix broken y axis auto scale
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/framebufferseries.cpp
Show inline comments
 
@@ -71,7 +71,7 @@ QRectF FrameBufferSeries::boundingRect()
 
        rect.setLeft(_xmin);
 
        rect.setRight(_xmax);
 
    }
 
    return rect;
 
    return rect.normalized();
 
}
 

	
 
void FrameBufferSeries::setRectOfInterest(const QRectF& rect)
0 comments (0 inline, 0 general)