mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher] LayoutField: fix putCursorRightOfLayout to update matrix
layouts if necessary
This commit is contained in:
@@ -296,6 +296,7 @@ CodePoint LayoutField::XNTCodePoint(CodePoint defaultXNTCodePoint) {
|
||||
}
|
||||
|
||||
void LayoutField::putCursorRightOfLayout() {
|
||||
m_contentView.cursor()->layout().removeGreySquaresFromAllMatrixAncestors();
|
||||
m_contentView.setCursor(LayoutCursor(m_contentView.expressionView()->layout(), LayoutCursor::Position::Right));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user