2.5: Remove OOPS code from the outliner space, as discussed
this can be brought back as a new space if someone decides to work on it. This also fixes remaining issues with the outliner tree open and close buttons not working sometimes.
This commit is contained in:
@@ -176,7 +176,7 @@ char *UI_ThemeGetColorPtr(bTheme *btheme, int spacetype, int colorid)
|
||||
case SPACE_TEXT:
|
||||
ts= &btheme->text;
|
||||
break;
|
||||
case SPACE_OOPS:
|
||||
case SPACE_OUTLINER:
|
||||
ts= &btheme->toops;
|
||||
break;
|
||||
case SPACE_SOUND:
|
||||
|
||||
Reference in New Issue
Block a user