Fix T63443: tool 'builtin_brush.draw' not found for space 'IMAGE_EDITOR'

This commit is contained in:
Jacques Lucke 2019-05-20 15:33:08 +02:00
parent 576e7c82da
commit eec47f284a
Notes: blender-bot 2023-03-24 17:05:22 +01:00
Referenced by issue #63443, tool 'builtin_brush.draw' not found for space 'IMAGE_EDITOR'
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ static const char *toolsystem_default_tool(const bToolKey *tkey)
case SPACE_IMAGE:
switch (tkey->mode) {
case SI_MODE_PAINT:
return "builtin_brush.draw";
return "builtin_brush.Draw";
}
break;
case SPACE_NODE: {