[escher] clean double call to redraw in container

Change-Id: I85f9d37278dc4e51f8995eba64e6769f6ca71988
This commit is contained in:
Émilie Feral
2016-09-15 10:53:18 +02:00
committed by Romain Goyet
parent 7855e7c5e9
commit dec5ff2a89

View File

@@ -9,7 +9,7 @@ Container::Container() :
void Container::switchTo(App * app) {
m_activeApp = app;
m_activeApp->setWindow(&m_window);
m_window.redraw();
//m_window.redraw();
}
App * Container::activeApp() {