Skip to content

Commit

Permalink
Redo layout after toggle ligature
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Aug 1, 2024
1 parent c3925f2 commit 33b153d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editortoolkit_neume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3518,6 +3518,7 @@ bool EditorToolkitNeume::ToggleLigature(std::vector<std::string> elementIds)
return false;
}

m_doc->GetDrawingPage()->LayOutTranscription(true);
if (m_doc->IsTranscription() && m_doc->HasFacsimile()) m_doc->SyncFromFacsimileDoc();

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

0 comments on commit 33b153d

Please sign in to comment.