Fix typing Z ignores in text fields

Own error undo/redo key check.
This commit is contained in:
Campbell Barton 2020-05-13 17:41:47 +10:00
parent adcc81341d
commit 7415855042
Notes: blender-bot 2023-04-14 09:18:04 +02:00
Referenced by issue #76721, ASAN crash on animation rendering
1 changed files with 2 additions and 2 deletions

View File

@ -3709,9 +3709,9 @@ static void ui_do_but_textedit(
but->selend = but->pos;
changed = true;
}
retval = WM_UI_HANDLER_BREAK;
skip_undo_push = true;
}
skip_undo_push = true;
retval = WM_UI_HANDLER_BREAK;
break;
}
}