#8522 Summary Plot: ensure plot axis are restore when creating plots.

This commit is contained in:
Kristian Bendiksen
2022-02-18 14:59:35 +01:00
parent 2e6795bd1d
commit bd22336ba8
6 changed files with 28 additions and 2 deletions

View File

@@ -153,6 +153,8 @@ public:
virtual int axisExtent( RiuPlotAxis axis ) const = 0;
virtual void ensureAxis( RiuPlotAxis axis ) = 0;
QPoint dragStartPosition() const;
void scheduleReplot();