enable tooltips in the node menu to allow node descriptions to appear

This commit is contained in:
itsmattkc
2019-12-15 02:39:55 +11:00
parent fdd7474a99
commit 845a197c99
+1
View File
@@ -40,6 +40,7 @@ void NodeFactory::Destroy()
Menu *NodeFactory::CreateMenu()
{
Menu* menu = new Menu();
menu->setToolTipsVisible(true);
for (int i=0;i<library_.size();i++) {
Node* n = library_.at(i);