TTMSFMXTreeView: OnAfterUnselectNode event not executed in combination with shift key

If a node is selected with the key combination SHIFT+DOWN the OnAfterSelectNode event is fired. After pressing SHIFT+UP the node will be deselected but the event OnAfterUnselectNode is not executed.

We have traced and solved this issue, the next version will address this.