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:
authorJoshua Leung <aligorith@gmail.com>2009-01-02 03:56:48 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-02 03:56:48 +0300
commite6838f621d4d97e12853d7ad20610595582f50d8 (patch)
treeb0a28191894c5549ced0324f2f064a5e6b0fc061 /source/blender/editors/space_action/space_action.c
parentc32fbee89610cef2149a9290e4a28bb76224b4ae (diff)
2.5 - Animation and View2D
* Added back deselect all (and invert all) tools for Animation Channels (i.e. channel list in Action Editor). * Resolved all MSVC warnings (I came across) in View2d code. Also, added a new API method to get the coordinates (in 'view' space) of a listview 'cell' given the row + column the cell is in. * Tidied up a few comments here and there
Diffstat (limited to 'source/blender/editors/space_action/space_action.c')
-rw-r--r--source/blender/editors/space_action/space_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c
index 4134b6da1d3..44ed692ba48 100644
--- a/source/blender/editors/space_action/space_action.c
+++ b/source/blender/editors/space_action/space_action.c
@@ -373,7 +373,7 @@ void ED_spacetype_action(void)
art->init= action_channel_area_init;
art->draw= action_channel_area_draw;
- art->listener= action_main_area_listener;
+ art->listener= action_channel_area_listener;
BLI_addhead(&st->regiontypes, art);