Sequencer timeline didn't update on FPS or FPS Base changes in render settings. Missed notifier handling.

This commit is contained in:
Nathan Letwory 2010-09-27 22:01:06 +00:00
parent 4b33deeb02
commit 7c133760bb
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ static void sequencer_main_area_listener(ARegion *ar, wmNotifier *wmn)
case ND_FRAME:
case ND_FRAME_RANGE:
case ND_MARKERS:
case ND_RENDER_OPTIONS: /* for FPS and FPS Base */
case ND_SEQUENCER:
ED_region_tag_redraw(ar);
break;