2.5: Fix build temporarily, seems there was a file missing

in the graph properties panel commit. Ton, please check.
This commit is contained in:
2009-02-20 20:43:22 +00:00
parent ebd2b1212d
commit d56fd6d4ce
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ void graphedit_operatortypes(void)
WM_operatortype_append(GRAPHEDIT_OT_view_togglehandles);
WM_operatortype_append(GRAPHEDIT_OT_set_previewrange);
WM_operatortype_append(GRAPHEDIT_OT_view_all);
WM_operatortype_append(GRAPHEDIT_OT_properties);
// XXX file is not in svn: WM_operatortype_append(GRAPHEDIT_OT_properties);
/* keyframes */
/* selection */
@@ -202,7 +202,7 @@ void graphedit_keymap(wmWindowManager *wm)
/* keymap for all regions */
keymap= WM_keymap_listbase(wm, "GraphEdit Generic", SPACE_IPO, 0);
WM_keymap_add_item(keymap, "GRAPHEDIT_OT_properties", NKEY, KM_PRESS, 0, 0);
// XXX file is not in svn: WM_keymap_add_item(keymap, "GRAPHEDIT_OT_properties", NKEY, KM_PRESS, 0, 0);
/* channels */
/* Channels are not directly handled by the Graph Editor module, but are inherited from the Animation module.

View File

@@ -354,7 +354,7 @@ static void graph_buttons_area_draw(const bContext *C, ARegion *ar)
/* set view2d view matrix for scrolling (without scrollers) */
UI_view2d_view_ortho(C, &ar->v2d);
graph_region_buttons(C, ar);
// XXX file is not in svn: graph_region_buttons(C, ar);
/* restore view matrix? */
UI_view2d_view_restore(C);