mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add multi axis zoom class
Add class used to zoom all axis in a plot based on a screen rectangle.
This commit is contained in:
@@ -73,6 +73,5 @@ private:
|
||||
std::unique_ptr<RiuPlotAnnotationTool> m_annotationTool;
|
||||
QwtPlotMarker* m_selectedPointMarker;
|
||||
|
||||
QPointer<RiuQwtPlotZoomer> m_zoomerLeft;
|
||||
QPointer<RiuQwtPlotZoomer> m_zoomerRight;
|
||||
QPointer<RiuQwtPlotZoomer> m_plotZoomer;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user