Tool System: default node editor to select tool

With box select you can't cut-links with RMB select.
This commit is contained in:
2018-12-20 14:26:50 +11:00
parent c91778de84
commit 669b23daed

View File

@@ -809,6 +809,11 @@ static const char *toolsystem_default_tool(const bToolKey *tkey)
return "Draw";
}
break;
case SPACE_NODE:
{
/* 'Select Box' interferes with cut-links which is handy. */
return "Select";
}
}
return "Select Box";