mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher/view] setFrame and layoutSubviews can be forced
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
}
|
||||
int numberOfSubviews() const override;
|
||||
View * subviewAtIndex(int index) override;
|
||||
void layoutSubviews() override;
|
||||
void layoutSubviews(bool force = false) override;
|
||||
protected:
|
||||
KDRect bufferTextViewFrame() const;
|
||||
EvenOddBufferTextCell * bufferTextView() { return &m_bufferTextView; }
|
||||
|
||||
Reference in New Issue
Block a user