Skip to content

Commit

Permalink
Merge pull request rism-digital#3914 from DDMAL/liq-fix
Browse files Browse the repository at this point in the history
fix: call `LayOutTranscription()` after set liquescent
  • Loading branch information
lpugin authored Jan 14, 2025
2 parents babfbde + b83250e commit a45aec6
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 a45aec6

Please sign in to comment.