Fix T69754: crash in sculpting after library overrides were enabled
The rest of this function uses G_MAIN, so do the same.
This commit is contained in:
@@ -503,7 +503,7 @@ bool BKE_undosys_step_push_with_type(UndoStack *ustack,
|
|||||||
/* Might not be final place for this to be called - probably only want to call it from some
|
/* Might not be final place for this to be called - probably only want to call it from some
|
||||||
* undo handlers, not all of them? */
|
* undo handlers, not all of them? */
|
||||||
if (BKE_override_library_is_enabled()) {
|
if (BKE_override_library_is_enabled()) {
|
||||||
BKE_main_override_library_operations_create(CTX_data_main(C), false);
|
BKE_main_override_library_operations_create(G_MAIN, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove all undos after (also when 'ustack->step_active == NULL'). */
|
/* Remove all undos after (also when 'ustack->step_active == NULL'). */
|
||||||
|
|||||||
Reference in New Issue
Block a user