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 drag and drop problem and some drive-by changes #652

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

ThomasKroes
Copy link
Contributor

  • Prevent variable shadowing by renaming action to candidateAction
  • Some small code improvements
  • Disconnect from model signals in NumberOfRowsAction to prevent receiving signals when the model is already destroyed

Prevent variable shadowing by renaming action to candidateAction
Some small code improvements
Disconnect from model signals in NumberOfRowsAction to prevent receiving signals when the model is already destroyed
@ThomasKroes ThomasKroes added bug Something isn't working enhancement New feature or request labels Aug 6, 2024
@ThomasKroes ThomasKroes self-assigned this Aug 6, 2024
@ThomasKroes ThomasKroes merged commit a529fd4 into master Aug 6, 2024
8 checks passed
@ThomasKroes ThomasKroes deleted the feature/fix_action_drag_and_drop branch August 6, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash during action drag-and-drop (when source is accidentally dropped on the source)
1 participant