mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[expression_editor] Handle XNT event.
Change-Id: I0af832ec0f693c445e424d21795b14cfb4e54622
This commit is contained in:
@@ -80,8 +80,7 @@ ExpressionLayout * Controller::handleAddEvent(Ion::Events::Event event) {
|
||||
return m_cursor.addEmptyFractionLayout();
|
||||
}
|
||||
if (event == Ion::Events::XNT) {
|
||||
//TODO
|
||||
return nullptr;
|
||||
return m_cursor.addXNTCharLayout();
|
||||
}
|
||||
if (event == Ion::Events::Exp) {
|
||||
return m_cursor.addEmptyExponentialLayout();
|
||||
|
||||
Reference in New Issue
Block a user