Fix curves not showing up after moving plots to multi plot (#5070)

* Fix curves not showing up after moving plots to multi plot

* Fix typo in RiuQwtPlotWidget::closeEvent

* Fix incompatibility with release-branch
This commit is contained in:
Gaute Lindkvist
2019-11-21 08:22:33 +01:00
committed by GitHub
parent f0e728d303
commit 5fae9646ae
2 changed files with 16 additions and 4 deletions

View File

@@ -109,6 +109,7 @@ protected:
bool eventFilter( QObject* watched, QEvent* event ) override;
void hideEvent( QHideEvent* event ) override;
void showEvent( QShowEvent* event ) override;
void closeEvent( QCloseEvent* event ) override;
void applyAxisTitleToQwt( QwtPlot::Axis axis );