Escher: View cleanup

Change-Id: I9143c3d979515c742f99a7f169fbf04bf9d5e731
This commit is contained in:
Romain Goyet
2016-06-20 10:42:42 +02:00
parent a83b02a3c2
commit 0643425df1
4 changed files with 12 additions and 71 deletions

View File

@@ -13,7 +13,7 @@ TabViewController::ContentView::ContentView() :
void TabViewController::ContentView::setActiveView(View * view) {
m_activeView = view;
layoutSubviews();
view->markAsNeedingRedraw();
markAsNeedingRedraw();
}
void TabViewController::ContentView::layoutSubviews() {