Fix #113273: Status bar: Keymap info not cleared after cancelling the operation #113275

Closed
Pratik Borhade wants to merge 1 commits from PratikPB2123:113273-status-bar into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 4 deletions

View File

@ -2476,10 +2476,7 @@ static eHandlerActionFlag wm_handler_operator_call(bContext *C,
if (retval & (OPERATOR_CANCELLED | OPERATOR_FINISHED)) {
wm_operator_reports(C, op, retval, false);
if (op->type->modalkeymap) {
WM_window_status_area_tag_redraw(win);
}
WM_window_status_area_tag_redraw(win);
}
else {
/* Not very common, but modal operators may report before finishing. */