Fix #105028: No update exiting curves edit mode #105252

Merged
Falk David merged 1 commits from filedescriptor/blender:fix-105028 into blender-v3.5-release 2023-02-27 16:14:17 +01:00

1 Commits

Author SHA1 Message Date
Falk David e369e52491 Fix #105028: No update exiting curves edit mode
Exiting curves edit mode (going to object mode) would not update the
screen.

The fix adds a case to `ED_object_editmode_load_free_ex` for CURVES
to make sure the function returns properly. This then correctly adds the
notifier in `ED_object_editmode_exit_ex` to update the screen.
2023-02-27 15:41:35 +01:00