mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix crash during delete of multiplot
This commit is contained in:
@@ -107,6 +107,8 @@ public:
|
||||
|
||||
virtual std::vector<caf::PdmFieldHandle*> fieldsToShowInToolbar();
|
||||
|
||||
bool isValid() const;
|
||||
|
||||
protected:
|
||||
QImage snapshotWindowContent() override;
|
||||
|
||||
@@ -169,4 +171,6 @@ protected:
|
||||
|
||||
private:
|
||||
caf::PdmChildArrayField<RimPlot*> m_plots;
|
||||
|
||||
bool m_isValid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user