mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[expression_editor] The controller has a ExpressionLayoutCursor.
Change-Id: I8a7e35670eeecca5b633bd784b84df7de1e64626
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define EXPRESSION_EDITOR_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include <poincare.h>
|
||||
#include <poincare/expression_layout_cursor.h>
|
||||
#include "expression_and_layout.h"
|
||||
extern "C" {
|
||||
#include <assert.h>
|
||||
@@ -32,6 +32,7 @@ private:
|
||||
ExpressionView m_expressionView;
|
||||
};
|
||||
ContentView m_view;
|
||||
Poincare::ExpressionLayoutCursor m_cursor;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user