enable tooltips in the node menu to allow node descriptions to appear
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user