Blender Git Loki
Git Commits -> Revision 03f2e5d
Revision 03f2e5d by Joshua Leung (master) April 3, 2015, 12:40 (GMT) |
Fix: Drawing glitch when renaming animation channels When renaming animation channels, the old names are no longer drawn behind the text boxes anymore. This used to cause problems if the names were long, or if text boxes were set to have transparent backgrounds. Thanks to kopias for reporting on IRC. |
Commit Details:
Full Hash: 03f2e5d4a6fce84e81b52b1d46ab1d5e305057d0
Parent Commit: 6ef7e0a
Lines Changed: +54, -33
5 Modified Paths:
/source/blender/editors/animation/anim_channels_defines.c (+41, -29) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_draw.c (+4, -1) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+4, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+4, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_draw.c (+4, -1) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+4, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+4, -1) (Diff)