Fix T46632: Graph editor frame navigation shortcuts not working
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user