various node UI improvements

This commit is contained in:
itsmattkc
2019-07-16 13:25:38 -04:00
parent ea4e142e0c
commit a78cc3950a
26 changed files with 279 additions and 154 deletions
+2 -2
View File
@@ -35,7 +35,6 @@ public:
void Adjust();
void SetMoving(bool m);
void SetConnected(bool c);
protected:
@@ -44,7 +43,8 @@ protected:
private:
NodeEdgePtr edge_;
bool moving_;
int edge_width_;
bool connected_;
};