2.5: quick fix to make 10-timer menu appear again. It's a debug tool, is

allowed to show menus in end. But, report API doesn't have a type for this
yet... has been noted, and will be checked soon.
This commit is contained in:
Ton Roosendaal 2010-01-31 18:06:50 +00:00
parent 5cdec97dc5
commit 04991f0ab7

@ -2685,7 +2685,7 @@ static int redraw_timer_exec(bContext *C, wmOperator *op)
WM_cursor_wait(0);
BKE_reportf(op->reports, RPT_INFO, "%d x %s: %.2f ms, average: %.4f", iter, infostr, time, time/iter);
BKE_reportf(op->reports, RPT_WARNING, "%d x %s: %.2f ms, average: %.4f", iter, infostr, time, time/iter);
return OPERATOR_FINISHED;
}