mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5026 Fix summary plot closing crash
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
public:
|
||||
RimGridPlotWindow();
|
||||
~RimGridPlotWindow();
|
||||
~RimGridPlotWindow() override;
|
||||
|
||||
RimGridPlotWindow& operator=( RimGridPlotWindow&& rhs );
|
||||
|
||||
@@ -116,8 +116,6 @@ protected:
|
||||
bool forceChange = false ) override;
|
||||
|
||||
private:
|
||||
void detachAllCurves() override;
|
||||
|
||||
void cleanupBeforeClose();
|
||||
|
||||
static RimPlotInterface* toPlotInterfaceAsserted( caf::PdmObject* pdmObject );
|
||||
|
||||
Reference in New Issue
Block a user