Menu

#3 Logical Bug

open
nobody
None
5
2007-09-20
2007-09-20
Anonymous
No

The most recent node don't get updated when its removed from selected nodes. This result in invalid selection range logic.

Solution

When a node is unselected and its the most recent node that was selected, then tnMostRecentSelectedNode should be updated with the node one previous to this. If there was no one previous node exist, it should be set to NULL.

Discussion


Log in to post a comment.