Skip to content

Commit

Permalink
Fix text getting canceled on open part
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-spa committed Mar 10, 2025
1 parent b3c4b7c commit 4618f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/dom/textbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,7 @@ PropertyValue TextBase::getProperty(Pid propertyId) const

bool TextBase::setProperty(Pid pid, const PropertyValue& v)
{
if (m_textInvalid) {
if (m_textInvalid && ldata()->isValid()) {
genText();
}

Expand Down

0 comments on commit 4618f5a

Please sign in to comment.