Skip to content

Commit

Permalink
fix: call LayOutTranscription() after set liquescent
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Jan 13, 2025
1 parent babfbde commit b83250e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editortoolkit_neume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,8 @@ bool EditorToolkitNeume::SetLiquescent(std::string elementId, std::string curve)
}
}

m_doc->GetDrawingPage()->LayOutTranscription(true);

m_editInfo.import("status", "OK");
m_editInfo.import("message", "");
return true;
Expand Down

0 comments on commit b83250e

Please sign in to comment.