db115c6e4f6faf42064e05f3c8df91ead124153c
Noticed that when clicking a tree-view item with multi-select support (shape keys in this case) twice without ctrl held, and then another one with ctrl held, the previous one would get deselected. That's because the second click would first deselect all items and then call `AbstractViewItem::activate()` on the clicked item. This would fail to re-select the item, because it skipped touching selection when the active state didn't change (as was the case here).
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
