ui: show tooltips when hovering nodes and edges

This commit is contained in:
Eberhard Graether
2015-09-24 16:18:23 +02:00
parent b8c95c5a20
commit ae27d8025b
10 changed files with 43 additions and 22 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ std::string Node::getTypeString(NodeType type)
case NODE_STRUCT:
return "struct";
case NODE_GLOBAL_VARIABLE:
return "global";
return "global_variable";
case NODE_FIELD:
return "field";
case NODE_FUNCTION: