#1411 Fixed the window activation bug introduced by 442d9d2e

This commit is contained in:
Jacob Støren
2017-04-07 18:00:14 +02:00
parent f59f52c848
commit 03ab71f82f
2 changed files with 7 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ class QMdiSubWindow;
class RiuViewer;
struct RimMdiWindowGeometry;
class RimViewWindow;
namespace caf
{
@@ -114,7 +115,8 @@ private:
QMdiArea* m_mdiArea;
RiuViewer* m_mainViewer;
RimViewWindow* m_activePlotViewWindow;
QMenu* m_windowMenu;
caf::PdmUiTreeView* m_projectTreeView;