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

GUI multi selection #412

Merged
merged 2 commits into from
Jul 31, 2023
Merged

GUI multi selection #412

merged 2 commits into from
Jul 31, 2023

Conversation

t7saeki
Copy link
Contributor

@t7saeki t7saeki commented Jul 26, 2023

This PR aims to mitigate #411. Three bool variables ctrlPressed, shiftPressed and altPressed were eliminated from GLWidget class. Instead, MouseEvent::modifiers() is directly referred during mouse event slots. Unfortunately I couldn't reproduce the issue maybe because my computer is cheap one. So I can't confirm this fix works, but hopefully solve the issue.

Fix for issue ElmerCSC#441 (ElmerGUI: unable to select multiple surfaces ElmerCSC#411) by leveraging MouseEvent::modifiers() instead of these bool variables.
@raback raback merged commit e193bf7 into ElmerCSC:devel Jul 31, 2023
@t7saeki t7saeki deleted the GUI-multi-selection branch November 23, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants