#3720 Temp LGR. Hide 'Temporary LGRs' tree node when no temp LGRs exist

This commit is contained in:
Bjørn Erik Jensen
2018-11-21 09:58:32 +01:00
parent 094ae45dcd
commit 651084420c
2 changed files with 22 additions and 1 deletions

View File

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