mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[escher] clean double call to redraw in container
Change-Id: I85f9d37278dc4e51f8995eba64e6769f6ca71988
This commit is contained in:
committed by
Romain Goyet
parent
7855e7c5e9
commit
dec5ff2a89
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user