Fixing bug with selection not resetting after deleting an event.

This commit is contained in:
mikep%oeone.com 2002-09-13 14:22:24 +00:00
parent 7739b34fe5
commit ba6a81cfc6

View File

@ -106,6 +106,10 @@ function selectSelectedEventsInTree( EventsToSelect )
SearchTree.treeBoxObject.selection.timedSelect( RowToScrollTo, 1 );
}
else
{
SearchTree.treeBoxObject.selection.clearSelection( );
}
}
else if( EventsToSelect.length > 1 )
{