Skip to content

Commit

Permalink
Redo layout after insert nc
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Aug 1, 2024
1 parent c63d38e commit c3925f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/editortoolkit_neume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,8 @@ bool EditorToolkitNeume::Insert(std::string elementType, std::string staffId, in
}
layer->ReorderByXPos();

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

if (m_doc->IsTranscription() && m_doc->HasFacsimile()) m_doc->SyncFromFacsimileDoc();

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

0 comments on commit c3925f2

Please sign in to comment.