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

Symbols fixes #7063

Merged
merged 3 commits into from
Dec 10, 2020
Merged

Symbols fixes #7063

merged 3 commits into from
Dec 10, 2020

Conversation

@vpereverzev vpereverzev added the vtests This PR produces approved changes to vtest results label Dec 10, 2020
@vpereverzev vpereverzev merged commit c540dd3 into musescore:3.x Dec 10, 2020
@@ -2913,7 +2913,7 @@ class Sym {
public:
Sym() { }

bool isValid() const { return _code != -1; }
bool isValid() const { return _code != -1 && _bbox.isValid(); }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This check seems to have broken the ability to add the space character from the Special Characters dialog. Not sure if this check was necessary, or if there is perhaps a way to give space a valid bbox, or if we could just exempt space from the check

igorkorsukov added a commit to igorkorsukov/MuseScore that referenced this pull request Feb 5, 2021
vpereverzev pushed a commit that referenced this pull request Feb 5, 2021
@vpereverzev vpereverzev deleted the symbols_fixes branch July 3, 2021 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vtests This PR produces approved changes to vtest results
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants