mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
Escher: Use dirty-tracking for View::redraw
Change-Id: I95da4eee9218784744ac4abc53328d3f537bede6
This commit is contained in:
@@ -16,7 +16,7 @@ int ScrollView::numberOfSubviews() const {
|
||||
return 1;
|
||||
}
|
||||
|
||||
const View * ScrollView::subview(int index) const {
|
||||
View * ScrollView::subview(int index) {
|
||||
assert(index == 0);
|
||||
return m_contentView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user