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:
@@ -35,8 +35,8 @@ View * ImageCell::subviewAtIndex(int index) {
|
||||
return &m_iconView;
|
||||
}
|
||||
|
||||
void ImageCell::layoutSubviews() {
|
||||
m_iconView.setFrame(bounds());
|
||||
void ImageCell::layoutSubviews(bool force) {
|
||||
m_iconView.setFrame(bounds(), force);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user