Enabled Audio scrubbing in LMB dragging in IpoWindow and TimeLine.
This commit is contained in:
@@ -548,7 +548,7 @@ void winqreadtimespace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
|||||||
{
|
{
|
||||||
first= 0;
|
first= 0;
|
||||||
CFRA= cfra;
|
CFRA= cfra;
|
||||||
update_for_newframe_nodraw(1); // 1= nosound
|
update_for_newframe_nodraw(0); // 1= nosound
|
||||||
timeline_force_draw(stime->redraws);
|
timeline_force_draw(stime->redraws);
|
||||||
}
|
}
|
||||||
else PIL_sleep_ms(30);
|
else PIL_sleep_ms(30);
|
||||||
|
|||||||
@@ -2132,7 +2132,7 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
|||||||
|
|
||||||
if( cfra!=CFRA ) {
|
if( cfra!=CFRA ) {
|
||||||
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 */
|
force_draw_all(0); /* To make constraint sliders redraw */
|
||||||
}
|
}
|
||||||
else PIL_sleep_ms(30);
|
else PIL_sleep_ms(30);
|
||||||
|
|||||||
Reference in New Issue
Block a user