-
Notifications
You must be signed in to change notification settings - Fork 71
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
Make editing behaviour more consistent #23
Labels
Milestone
Comments
Also, clicking to edit things is somewhat inconsistent. You can click to edit clefs and time signatures, but can only click a key signature if it's not C major, and you can't click tempo markers. The clickable region for barlines at the start of a system also varies depending on whether you have a regular barline, a repeat start, etc. |
cameronwhite
added a commit
that referenced
this issue
Jan 11, 2021
This is similar to the changes in 56e5ba8 for tempo markers. - Missing switch cases are now compiler errors to flag this issue more easily when adding new enums. - Fixed a bug where using the menu item / keyboard shortcut to add a new item actually enabled the "remove" flag, since Qt forwards the "checked" argument to the slot. An explicit lambda is now used. - Clear the selection after editing an item. Bug: #23, #192, #220
cameronwhite
added a commit
that referenced
this issue
Jan 16, 2021
cameronwhite
added a commit
that referenced
this issue
Jan 16, 2021
cameronwhite
added a commit
that referenced
this issue
Jan 17, 2021
cameronwhite
added a commit
that referenced
this issue
Jan 17, 2021
cameronwhite
added a commit
that referenced
this issue
Jan 17, 2021
cameronwhite
added a commit
that referenced
this issue
Jan 23, 2021
cameronwhite
added a commit
that referenced
this issue
Jan 24, 2021
cameronwhite
added a commit
that referenced
this issue
Apr 17, 2021
cameronwhite
added a commit
that referenced
this issue
Apr 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: