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:
@@ -37,8 +37,8 @@ View * BufferFunctionTitleCell::subviewAtIndex(int index) {
|
||||
return &m_bufferTextView;
|
||||
}
|
||||
|
||||
void BufferFunctionTitleCell::layoutSubviews() {
|
||||
m_bufferTextView.setFrame(bufferTextViewFrame());
|
||||
void BufferFunctionTitleCell::layoutSubviews(bool force) {
|
||||
m_bufferTextView.setFrame(bufferTextViewFrame(), force);
|
||||
}
|
||||
|
||||
KDRect BufferFunctionTitleCell::bufferTextViewFrame() const {
|
||||
|
||||
Reference in New Issue
Block a user