#3607 Grid items. Hide LGRs folder if there are no LGRs on file

This commit is contained in:
Bjørn Erik Jensen
2018-11-09 09:45:30 +01:00
parent 0a9f00248b
commit 551bf099d3
2 changed files with 21 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ protected:
private:
const RigMainGrid* mainGrid() const;
bool hasPersistentLgrs() const;
caf::PdmField<bool> m_isActive;
caf::PdmChildField<RimGridInfo*> m_mainGrid;