Enabled Audio scrubbing in LMB dragging in IpoWindow and TimeLine.

This commit is contained in:
2006-07-05 11:59:00 +00:00
parent 8640615ac6
commit c2a2913ba6
2 changed files with 2 additions and 2 deletions

View File

@@ -2132,7 +2132,7 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
if( cfra!=CFRA ) {
CFRA= cfra;
update_for_newframe_nodraw(1); /* 1 = nosound */
update_for_newframe_nodraw(0); /* 1 = nosound */
force_draw_all(0); /* To make constraint sliders redraw */
}
else PIL_sleep_ms(30);