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

Fix #36047 - No deselect on already selected row when selection mode set to SELECT_ROW #36094

Closed

Conversation

ShlomiRex
Copy link
Contributor

@ShlomiRex ShlomiRex commented Feb 11, 2020

Fixes #36047
I checked and it worked, it no longer de-selects an already selected row if the SELECT_MODE is set to SELECT_ROW.
How can I test this? I manually tested this but I think there are some edge cases or something.

@ShlomiRex ShlomiRex changed the title Fix Fix #36047 Feb 11, 2020
@ShlomiRex ShlomiRex changed the title Fix #36047 Fix #36047 - No deselect on already selected row when selection mode set to SELECT_ROW Feb 11, 2020
@ShlomiRex ShlomiRex changed the base branch from master to 3.2 February 11, 2020 02:22
@akien-mga
Copy link
Member

PRs should be made against the master branch.

Please squash commits together and amend the commit log to be meaningful, "Fix" isn't. See https://github.com/godotengine/godot/blob/master/CONTRIBUTING.md#format-your-commit-logs-with-readability-in-mind

@ShlomiRex ShlomiRex changed the base branch from 3.2 to master February 11, 2020 13:35
 it no longer de-selects an already selected row if the SELECT_MODE is set to SELECT_ROW.
@ShlomiRex ShlomiRex force-pushed the tree-fix-selectionmode-row branch from 15fa907 to f1cdeac Compare February 11, 2020 13:37
@ShlomiRex
Copy link
Contributor Author

PRs should be made against the master branch.

Please squash commits together and amend the commit log to be meaningful, "Fix" isn't. See https://github.com/godotengine/godot/blob/master/CONTRIBUTING.md#format-your-commit-logs-with-readability-in-mind

Ok sir I did it. Now I know that I need to pull request against master and not the latest branch. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tree SELECT_ROW allows de-selecting rows, not emitting _tree_selected (compared to SELECT_SINGLE)
3 participants