mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2406 delete plot crash. Guard pointer to view
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "RiuMainWindowBase.h"
|
||||
|
||||
#include "cafPdmUiDragDropInterface.h"
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
#include <QMdiArea>
|
||||
|
||||
@@ -116,7 +117,7 @@ private:
|
||||
QByteArray m_initialDockAndToolbarLayout; // Initial dock window and toolbar layout, used to reset GUI
|
||||
|
||||
QMdiArea* m_mdiArea;
|
||||
RimViewWindow* m_activePlotViewWindow;
|
||||
caf::PdmPointer<RimViewWindow> m_activePlotViewWindow;
|
||||
|
||||
QMenu* m_windowMenu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user