Cleanup: Use boolean in WM_cursor_wait

This commit is contained in:
2021-03-05 10:36:57 +01:00
parent b5d154f400
commit 99e1866712
15 changed files with 28 additions and 28 deletions

View File

@@ -244,7 +244,7 @@ static int solve_camera_invoke(bContext *C, wmOperator *op, const wmEvent *UNUSE
G.is_break = false;
WM_jobs_start(CTX_wm_manager(C), wm_job);
WM_cursor_wait(0);
WM_cursor_wait(false);
/* add modal handler for ESC */
WM_event_add_modal_handler(C, op);