Fix T41284: The python ops log doesn't work.

This commit is contained in:
Bastien Montagne 2014-08-03 21:17:24 +02:00
parent b3faabae2f
commit 6fa6fa2fa2
Notes: blender-bot 2023-02-14 10:16:29 +01:00
Referenced by issue #41284, The python ops log doesn't work
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ void ED_editors_init(bContext *C)
/* This is called during initialization, so we don't want to store any reports */
ReportList *reports = CTX_wm_reports(C);
int reports_flag_prev = reports->flag &= ~RPT_STORE;
int reports_flag_prev = reports->flag & ~RPT_STORE;
SWAP(int, reports->flag, reports_flag_prev);