Skip to content

Commit b83250e

Browse files
committed
fix: call LayOutTranscription() after set liquescent
refs: DDMAL/Neon#1236 (comment)
1 parent babfbde commit b83250e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/editortoolkit_neume.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,6 +2044,8 @@ bool EditorToolkitNeume::SetLiquescent(std::string elementId, std::string curve)
20442044
}
20452045
}
20462046

2047+
m_doc->GetDrawingPage()->LayOutTranscription(true);
2048+
20472049
m_editInfo.import("status", "OK");
20482050
m_editInfo.import("message", "");
20492051
return true;

0 commit comments

Comments
 (0)