Skip to content
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

Tree shouldn't keep selected elements, if toAlwaysSelectNode is set and other elements are selected without ctrl-modifier #690

Closed
Daniel-Tr opened this issue Feb 8, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@Daniel-Tr
Copy link
Collaborator

Repro:

  • With the Minimal demo project, set toAlwaysSelectNode to true.
  • Start the application
  • Make sure some free space is visible within the tree (beneath the content column)
  • Select an element
  • Click and hold left mouse button in the free space and move the mouse over some elements (creating a selection area)
  • The elements that have been selected before, stay selected. This should only happen, if CTRL is pressed while selecting
    nomodifiers
joachimmarder pushed a commit that referenced this issue Feb 23, 2017
…electNode is set and other elements are selected without ctrl-modifier) by introducing new flag TVirtualTreeStates.tsClearOnNewSelection.
joachimmarder pushed a commit that referenced this issue Feb 23, 2017
* Added fix for #694 (if DragMode is dmAutomatic then the OnChange event is fired twice when clicking a selected node)
@joachimmarder joachimmarder added this to the V6.6 milestone Feb 25, 2017
ValtsS pushed a commit to ValtsS/Virtual-TreeView that referenced this issue Jan 25, 2019
…if toAlwaysSelectNode is set and other elements are selected without ctrl-modifier) by introducing new flag TVirtualTreeStates.tsClearOnNewSelection.

# Conflicts:
#	CHANGES.txt
#	Source/VirtualTrees.pas
ValtsS pushed a commit to ValtsS/Virtual-TreeView that referenced this issue Jan 25, 2019
* Added fix for JAM-Software#694 (if DragMode is dmAutomatic then the OnChange event is fired twice when clicking a selected node)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants