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:
authorCampbell Barton <ideasman42@gmail.com>2007-11-20 17:09:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-11-20 17:09:34 +0300
commit7733696b24975aba4d9430a911c213ba7080b746 (patch)
tree9e96ad9d82045723d1ac855673dcdeccb2698f25 /source/blender/src/editseq.c
parent7ade8141416097a6682f8f2f284148e002f10966 (diff)
draw image path and size stats in the sequencer again (removed when making single images act differently)
sequencer marker selection didn't work like the marker view.
Diffstat (limited to 'source/blender/src/editseq.c')
-rw-r--r--source/blender/src/editseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editseq.c b/source/blender/src/editseq.c
index 8565a302f45..27ee7a14315 100644
--- a/source/blender/src/editseq.c
+++ b/source/blender/src/editseq.c
@@ -777,7 +777,7 @@ void mouse_select_seq(void)
if (marker) {
int oldflag;
/* select timeline marker */
- if ((G.qual & LR_SHIFTKEY)==0) {
+ if (G.qual & LR_SHIFTKEY) {
oldflag= marker->flag;
deselect_markers(0, 0);