Fix for bug #8295: lock button in the sequencer buttons didn't do

proper redraw.
This commit is contained in:
Brecht Van Lommel 2008-02-21 20:59:35 +00:00
parent b163a416c4
commit 88d840fa92

@ -592,7 +592,7 @@ static void seq_panel_editing()
"Mute the current strip."); "Mute the current strip.");
uiDefButBitI(block, TOG, SEQ_LOCK, uiDefButBitI(block, TOG, SEQ_LOCK,
B_NOP, "Lock", B_REDR, "Lock",
70,100,60,19, &last_seq->flag, 70,100,60,19, &last_seq->flag,
0.0, 1.0, 0, 0, 0.0, 1.0, 0, 0,
"Lock strip, so that it can't be transformed."); "Lock strip, so that it can't be transformed.");