Action editor: drag with LMB did three redraws... causing slowdown. Bug

since 2.0 it seems.
This commit is contained in:
Ton Roosendaal
2005-09-26 17:11:15 +00:00
parent d8863a9841
commit af8d09238a

View File

@@ -2264,10 +2264,7 @@ void winqreadactionspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
if( cfra!=CFRA ) {
CFRA= cfra;
update_for_newframe();
force_draw_plus(SPACE_VIEW3D, 1);
force_draw_plus(SPACE_IPO, 1);
force_draw_plus(SPACE_BUTS, 1);
}
force_draw_all(0); }
else PIL_sleep_ms(30);
} while(get_mbut() & mousebut);