mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher/view] setFrame and layoutSubviews can be forced
This commit is contained in:
@@ -64,7 +64,7 @@ protected:
|
||||
static constexpr KDCoordinate k_formulaInputHeight = 31;
|
||||
int numberOfSubviews() const override { return 1 + m_displayFormulaInputView; }
|
||||
View * subviewAtIndex(int index) override;
|
||||
void layoutSubviews() override;
|
||||
void layoutSubviews(bool force = false) override;
|
||||
KDRect formulaFrame() const;
|
||||
StoreSelectableTableView m_dataView;
|
||||
BufferTextViewWithTextField m_formulaInputView;
|
||||
|
||||
Reference in New Issue
Block a user