Blender Git Commit Log
Git Commits -> Revision 0511640
Revision 0511640 by Hans Goudey (master) November 4, 2020, 04:03 (GMT) |
Fix assert on mouseover of blocks not using the layout system When there was an active button in the "old" block from the last redraw, this code tried to replace its pointer in the new block's button groups. But in cases like the outliner or file browser, there are no groups because the block doesn't use the layout system at all. This commit just tweaks the assert to check whether there are any button groups. |
Commit Details:
Full Hash: 05116408154c272ee459a1d6371411bfe94d1e84
Parent Commit: a31039e
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/interface/interface_button_group.c (+2, -2) (Diff)