Commit: cd1d6d777057c9914c70d7c7c72eb0025615e5ea
Author: Julian Eisel
Date:   Thu Oct 29 20:50:30 2015 +0100
Branches: master
https://developer.blender.org/rBcd1d6d777057c9914c70d7c7c72eb0025615e5ea

Fix T46632: Graph editor frame navigation shortcuts not working

===================================================================

M       source/blender/editors/space_graph/space_graph.c

===================================================================

diff --git a/source/blender/editors/space_graph/space_graph.c 
b/source/blender/editors/space_graph/space_graph.c
index 7cbd310..2f1f72b 100644
--- a/source/blender/editors/space_graph/space_graph.c
+++ b/source/blender/editors/space_graph/space_graph.c
@@ -688,7 +688,7 @@ void ED_spacetype_ipo(void)
        art = MEM_callocN(sizeof(ARegionType), "spacetype graphedit region");
        art->regionid = RGN_TYPE_UI;
        art->prefsizex = 200;
-       art->keymapflag = ED_KEYMAP_UI;
+       art->keymapflag = ED_KEYMAP_UI | ED_KEYMAP_FRAMES;
        art->listener = graph_region_listener;
        art->init = graph_buttons_area_init;
        art->draw = graph_buttons_area_draw;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to