logic: Fixed graph nodes restoring their expand state

bug id = 118
This commit is contained in:
Eberhard Graether
2016-08-09 15:32:14 +02:00
parent b9f518feed
commit 9cda1e773d
3 changed files with 16 additions and 9 deletions
@@ -40,6 +40,7 @@ public:
, active(false)
, connected(false)
, expanded(false)
, autoExpanded(false)
, hasParent(true)
, accessKind(ACCESS_NONE)
, invisibleSubNodeCount(0)
@@ -236,6 +237,7 @@ public:
bool active;
bool connected;
bool expanded;
bool autoExpanded;
bool hasParent;
// AccessNode