Blender Git Commit Log

Git Commits -> Revision 1239cab

Revision 1239cab by Julian Eisel (master)
April 8, 2020, 21:23 (GMT)
Fix T75203: Crash when changing active keying set

When updating the active button, the search data wasn't updated, so it
kept using the old pointers. A check in `ui_rna_collection_search_cb()`
relied on this incorrect behavior so I had to fix that too. Note that
the previous commit was also needed for the second fix to work.

Caused by c46dcdf8871e.

Commit Details:

Full Hash: 1239cab11ff97faec708c7a4cf11007ac2b37108
Parent Commit: 74fa878
Lines Changed: +21, -4

4 Modified Paths:

/source/blender/editors/interface/interface.c (+3, -0) (Diff)
/source/blender/editors/interface/interface_intern.h (+5, -1) (Diff)
/source/blender/editors/interface/interface_layout.c (+12, -2) (Diff)
/source/blender/editors/interface/interface_utils.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021