Blender Git Commit Log
Git Commits -> Revision 536109b
Revision 536109b by Julian Eisel (master) October 6, 2021, 14:36 (GMT) |
Fix possibly wrong matching of tree-view item buttons The UI code to ensure consistent button state over redraws was just comparing the name of the item, ignoring the parent names. So with multiple items of the same name, there might have been glitches (didn't see any myself though). There's a leftover to-do though, we don't check yet if the matched buttons are actually from the same tree. Added TODO comment. |
Commit Details:
Full Hash: 536109b4ec336e86de5a7e22e51804584bca74f5
Parent Commit: 2012d54
Lines Changed: +20, -1