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:
@@ -10,8 +10,8 @@ void StoreTitleCell::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
ctx->fillRect(r, m_separatorLeft ? HideableEvenOddEditableTextCell::hideColor() : backgroundColor());
|
||||
}
|
||||
|
||||
void StoreTitleCell::layoutSubviews() {
|
||||
bufferTextView()->setFrame(rectWithoutSeparator(bufferTextViewFrame()));
|
||||
void StoreTitleCell::layoutSubviews(bool force) {
|
||||
bufferTextView()->setFrame(rectWithoutSeparator(bufferTextViewFrame()), force);
|
||||
}
|
||||
|
||||
void StoreTitleCell::didSetSeparator() {
|
||||
|
||||
Reference in New Issue
Block a user