Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-02-16 17:28:33 +0300
committerTon Roosendaal <ton@blender.org>2009-02-16 17:28:33 +0300
commit27d52217cafd1cd50fae354b3b3b16b0649f3b1c (patch)
tree8b21358b9c66d36b248753a3c99f5b0472b891b3 /source/blender/editors/space_time
parent4154e48c053caf947f2668a168ce38aa10b8481b (diff)
2.5
Cleanup of wm_event_types.h, removed all old "allqueue" defines.
Diffstat (limited to 'source/blender/editors/space_time')
-rw-r--r--source/blender/editors/space_time/time_header.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_time/time_header.c b/source/blender/editors/space_time/time_header.c
index b796e207266..a9cad256200 100644
--- a/source/blender/editors/space_time/time_header.c
+++ b/source/blender/editors/space_time/time_header.c
@@ -529,11 +529,11 @@ void time_header_buttons(const bContext *C, ARegion *ar)
xco+= XIC+8;
uiBlockBeginAlign(block);
- uiDefIconButBitS(block, TOG, AUTOKEY_ON, REDRAWINFO, ICON_REC,
+ uiDefIconButBitS(block, TOG, AUTOKEY_ON, B_REDRAWALL, ICON_REC,
xco, yco, XIC, YIC, &(scene->autokey_mode), 0, 0, 0, 0, "Automatic keyframe insertion for Objects and Bones");
xco+= XIC;
if (IS_AUTOKEY_ON(scene)) {
- uiDefButS(block, MENU, REDRAWINFO,
+ uiDefButS(block, MENU, B_REDRAWALL,
"Auto-Keying Mode %t|Add/Replace Keys%x3|Replace Keys %x5",
xco, yco, (int)5.5*XIC, YIC, &(scene->autokey_mode), 0, 1, 0, 0,
"Mode of automatic keyframe insertion for Objects and Bones");