(#442) Permanent fix. Needed to handle the new plot views properly

This commit is contained in:
Jacob Støren
2015-09-10 08:14:28 +02:00
parent f753593380
commit 8b801bac50
8 changed files with 191 additions and 113 deletions

View File

@@ -304,4 +304,6 @@ private:
QAction* m_addWellCellsToRangeFilterAction;
std::vector<QPointer<QDockWidget> > additionalProjectViews;
bool m_blockSlotSubWindowActivated;
};