* 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:
Joshua Leung
2011-06-01 11:55:28 +00:00
parent 39bbf3854a
commit dd43faa855
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
#define ED_MARKERS_H
struct wmKeyConfig;
struct wmKeyMap;
struct bContext;
struct bAnimContext;
struct Scene;

View File

@@ -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);