disable engine info until report popup bug is fixed.

This commit is contained in:
Campbell Barton 2011-04-13 09:08:55 +00:00
parent 04af4f7c23
commit 8a238fb8f9

@ -340,6 +340,7 @@ void WM_read_file(bContext *C, const char *name, ReportList *reports)
#endif
CTX_wm_window_set(C, NULL); /* exits queues */
#if 0 /* gives popups on windows but not linux, bug in report API but disable for now to stop users getting annoyed */
/* TODO, make this show in header info window */
{
Scene *sce;
@ -349,7 +350,7 @@ void WM_read_file(bContext *C, const char *name, ReportList *reports)
}
}
}
#endif
// XXX undo_editmode_clear();
BKE_reset_undo();