mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
Escher: Rect-based dirty tracking
Change-Id: I798dd04f4b36042429105e2ccdf7cd5df554bedf
This commit is contained in:
@@ -13,7 +13,7 @@ TabViewController::ContentView::ContentView() :
|
||||
void TabViewController::ContentView::setActiveView(View * view) {
|
||||
m_activeView = view;
|
||||
layoutSubviews();
|
||||
markAsNeedingRedraw();
|
||||
markRectAsDirty(bounds());
|
||||
}
|
||||
|
||||
void TabViewController::ContentView::layoutSubviews() {
|
||||
|
||||
Reference in New Issue
Block a user