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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-02-21 23:59:35 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-02-21 23:59:35 +0300
commit88d840fa925d30ec32a9e1c045409cddbb376c2b (patch)
tree965b06e47e40e79d433610d1568231f7d546813c /source/blender/src/buttons_scene.c
parentb163a416c4e89714fd8790e9f947bf59186d330b (diff)
Fix for bug #8295: lock button in the sequencer buttons didn't do
proper redraw.
Diffstat (limited to 'source/blender/src/buttons_scene.c')
-rw-r--r--source/blender/src/buttons_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c
index 5cff2ee1608..ca5b9363237 100644
--- a/source/blender/src/buttons_scene.c
+++ b/source/blender/src/buttons_scene.c
@@ -592,7 +592,7 @@ static void seq_panel_editing()
"Mute the current strip.");
uiDefButBitI(block, TOG, SEQ_LOCK,
- B_NOP, "Lock",
+ B_REDR, "Lock",
70,100,60,19, &last_seq->flag,
0.0, 1.0, 0, 0,
"Lock strip, so that it can't be transformed.");