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-03-26 14:27:52 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-03-26 14:27:52 +0300
commit2a47d029751fc14583d7b44f4e8fc84377b15f89 (patch)
tree6bc19767a26d7da14ae69069472249e6907fd55e /source/blender/src/editaction.c
parent192021f068e9e9e0c140ebc8f7ca40934f99f684 (diff)
Bugfix: selecting or muting an ipo curve in the action editor
would be undone on redraw with an ipo window open in editmode, or with show keys enabled in the ipo window.
Diffstat (limited to 'source/blender/src/editaction.c')
-rw-r--r--source/blender/src/editaction.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/editaction.c b/source/blender/src/editaction.c
index f8017fb3455..66d87ed070e 100644
--- a/source/blender/src/editaction.c
+++ b/source/blender/src/editaction.c
@@ -3570,6 +3570,8 @@ static void mouse_actionchannels (short mval[])
/* select/deselect */
select_icu_channel(act, icu, SELECT_INVERT);
}
+
+ allspace(REMAKEIPO, 0);
}
break;
case ACTTYPE_CONCHAN: