* Fix compiler warning from previous commit
* For new themes, size of handles in graph editor is now 4. Allows them to be seen better. (TODO: .b.blend needs updating)
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#define ED_MARKERS_H
|
||||
|
||||
struct wmKeyConfig;
|
||||
struct wmKeyMap;
|
||||
struct bContext;
|
||||
struct bAnimContext;
|
||||
struct Scene;
|
||||
|
||||
@@ -663,7 +663,7 @@ void ui_theme_init_default(void)
|
||||
|
||||
SETCOL(btheme->tipo.handle_vertex, 0, 0, 0, 255);
|
||||
SETCOL(btheme->tipo.handle_vertex_select, 255, 133, 0, 255);
|
||||
btheme->tipo.handle_vertex_size= 3;
|
||||
btheme->tipo.handle_vertex_size= 4;
|
||||
|
||||
SETCOL(btheme->tipo.ds_channel, 82, 96, 110, 255);
|
||||
SETCOL(btheme->tipo.ds_subchannel, 124, 137, 150, 255);
|
||||
|
||||
Reference in New Issue
Block a user