ui: Use type node colors for undefined nodes

This commit is contained in:
Eberhard Graether
2016-09-22 15:04:25 +02:00
parent ba6aee45be
commit 6d55adabaa
4 changed files with 12 additions and 14 deletions
+4 -4
View File
@@ -279,6 +279,9 @@
</enum_constant>
<undefined>
<like>type</like>
</undefined>
<namespace>
<fill>
<normal>#EE7326</normal>
<focus>#EE8A4C</focus>
@@ -287,12 +290,9 @@
<normal>#80FFFFFF</normal>
<focus>#FFFFFF</focus>
</border>
</undefined>
<namespace>
<like>undefined</like>
</namespace>
<package>
<like>undefined</like>
<like>namespace</like>
</package>
<file>
+4 -4
View File
@@ -265,6 +265,9 @@
</enum_constant>
<undefined>
<like>type</like>
</undefined>
<namespace>
<fill>
<normal>#CC8D91</normal>
</fill>
@@ -272,12 +275,9 @@
<normal>#803C3C3C</normal>
<focus>#3C3C3C</focus>
</border>
</undefined>
<namespace>
<like>undefined</like>
</namespace>
<package>
<like>undefined</like>
<like>namespace</like>
</package>
<file>
+4 -4
View File
@@ -287,6 +287,9 @@
</enum_constant>
<undefined>
<like>type</like>
</undefined>
<namespace>
<fill>
<normal>#78282D</normal>
</fill>
@@ -294,12 +297,9 @@
<normal>#80C3C3C3</normal>
<focus>#C3C3C3</focus>
</border>
</undefined>
<namespace>
<like>undefined</like>
</namespace>
<package>
<like>undefined</like>
<like>namespace</like>
</package>
<file>
@@ -308,8 +308,6 @@ GraphViewStyle::NodeStyle GraphViewStyle::getStyleForNodeType(
switch (type)
{
case Node::NODE_UNDEFINED:
style.borderDashed = true;
case Node::NODE_NAMESPACE:
case Node::NODE_PACKAGE:
case Node::NODE_TYPE: