wrong alpha set for timeline theme (fixup for rBf329ebe3)
This commit is contained in:
@@ -2743,6 +2743,10 @@ void init_userdef_do_versions(void)
|
||||
for (btheme = U.themes.first; btheme; btheme = btheme->next) {
|
||||
rgba_char_args_set(btheme->tv3d.vertex_bevel, 0, 165, 255, 255);
|
||||
rgba_char_args_set(btheme->tv3d.edge_bevel, 0, 165, 255, 255);
|
||||
|
||||
/* 3dView Keyframe Indicators */
|
||||
btheme->tv3d.time_keyframe[3] = 0xFF;
|
||||
btheme->tv3d.time_gp_keyframe[3] = 0xFF;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user