Update treectrl.tcl - #9
Conversation
Further bug fixes ocuring in special situations (see new added comments)
|
I will need more time to look at this. It seems to me that the correct selection fix (the shift case) would be to also track the window that had the selection and not just check whether the index exists in the new window because otherwise, if the new window did have a valid item (at the index in the old window), the selection would wrongly include that item from the current window. Am I wrong? Also, has the indentation been changed? If possible, please try and keep it the same to make it easier to diff. Thanks for taking the time to submit your contributions! |
Yes, you might very well be right. |
Further bug fixes ocuring in special situations (see new added comments)