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
@@ -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: