#4983 Fix drag zoom on Summary and Grid cross plots

This commit is contained in:
Gaute Lindkvist
2019-11-05 08:27:35 +01:00
parent 7d817d0277
commit c7b5957571
7 changed files with 67 additions and 9 deletions

View File

@@ -63,6 +63,8 @@ protected:
void contextMenuEvent( QContextMenuEvent* ) override;
void setDefaults();
void updateLayout() override;
bool isZoomerActive() const override;
void endZoomOperations() override;
private slots:
void onZoomedSlot();