Fix update of fonts in summary and grid cross plot axes

This commit is contained in:
Gaute Lindkvist
2019-10-25 09:40:57 +02:00
parent a4c78cb7c3
commit 0e9cda8e84
10 changed files with 23 additions and 56 deletions

View File

@@ -202,6 +202,8 @@ public:
void onAxisSelected( int axis, bool toggle ) override;
void updateAxes() override;
private:
void calculateXZoomRange();
void calculateYZoomRange();