-
Notifications
You must be signed in to change notification settings - Fork 428
Fix clicking TAStudio column header with non-contiguous rows selected #4332
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
base: master
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
b87b346
to
1e8b621
Compare
1e8b621
to
aa85e86
Compare
aa85e86
to
d673286
Compare
I do not think you actually did this. There seem to be two immediately before this commit and two immediately after. Before: But, this seems fine anyway. Toggling a button on 1,000,000 rows is faster than actually selecting them in the first place. |
...and prepare for #1399. To finish that I just need to figure out where TAStudio would get called into when buttons are pressed, since that's normally handled via
InputManager
I believe, and then callTAStudio.TasView_ColumnClick(null, new() { Column = new() { Name = button } })
or w/e.