Tool System: default node editor to select tool
With box select you can't cut-links with RMB select.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user