mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Update expression_field.h
This commit is contained in:
@@ -40,6 +40,10 @@ public:
|
||||
bool handleEvent(Ion::Events::Event event) override;
|
||||
void didBecomeFirstResponder() override;
|
||||
|
||||
protected:
|
||||
TextField m_textField;
|
||||
LayoutField m_layoutField;
|
||||
|
||||
private:
|
||||
static constexpr int k_textFieldBufferSize = TextField::maxBufferSize();
|
||||
static constexpr KDCoordinate k_minimalHeight = 37;
|
||||
@@ -49,8 +53,6 @@ private:
|
||||
constexpr static KDCoordinate k_separatorThickness = Metric::CellSeparatorThickness;
|
||||
KDCoordinate inputViewHeight() const;
|
||||
KDCoordinate m_inputViewMemoizedHeight;
|
||||
TextField m_textField;
|
||||
LayoutField m_layoutField;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user