*****
small commit, just added a couple missing notifiers to the timline buttons
This commit is contained in:
2009-01-23 10:51:13 +00:00
parent 69310fb107
commit 87dd972773

View File

@@ -369,6 +369,7 @@ void do_time_buttons(bContext *C, void *arg, int event)
break;
case B_TL_REW:
scene->r.cfra= PSFRA;
WM_event_add_notifier(C, NC_SCENE|ND_FRAME, scene);
//update_for_newframe();
break;
case B_TL_PLAY:
@@ -380,6 +381,7 @@ void do_time_buttons(bContext *C, void *arg, int event)
case B_TL_FF:
/* end frame */
scene->r.cfra= PEFRA;
WM_event_add_notifier(C, NC_SCENE|ND_FRAME, scene);
//update_for_newframe();
break;
case B_TL_PREVKEY: