-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change property HotNode: Add a setter #391
Comments
From [email protected] on November 24, 2013 11:59:59 What version or revision is this patch based on? The patch file states revision 49 . Summary: Change property HotNode: Add a setter (was: Change property HotNode) |
From [email protected] on November 24, 2013 15:26:05 Sorry, I make patch using my personal repository. Anyway my patch based on revision 576 , lastest revision. |
Can't see the patch. Not clear in the absence of patch. What is the purpose? The referred example FocusedNode generates an event in the setter on any value change. For HotNode, an event occurs for not all value changes and has varying conditions at difference place in the code. Hence, generalizing this setter is not straightforward. I request that a usage example be given stating what behavior is expected of the setter. |
I vote for simply adding a setter to the property |
Should we call Invalidate() in the setter? |
From [email protected] on November 20, 2013 23:30:26
I make a patch, to change property HotNode, in like manner FocusedNode. I attach it in this issue. I hope to apply this patch in vst sources.
Thank you
Attachment: VirtualTrees_hottrack.patch
Original issue: http://code.google.com/p/virtual-treeview/issues/detail?id=391
The text was updated successfully, but these errors were encountered: