-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
lp1929141: Fix handling of preview button cell events #4264
Conversation
- Linearize the control flow - Delete an invalid debug assertion and explain why
parentTableView()->closePersistentEditor(m_currentEditedCellIndex); | ||
m_currentEditedCellIndex = QModelIndex(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now don't reset m_currentEditedCellIndex when leaving the cell is this intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, not intended: 64d1c73
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2nd try: bf77aa5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need a 3rd try...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now all cases should be covered: 23590a4
Ping. Should be easy to review. |
Looks good and works as desired. Thank you. |
Fixes https://bugs.launchpad.net/mixxx/+bug/1929141
No changelog entry, because this is not a user facing bug. Only annoying for developers.