Merge pull request #5 from DocHoncho/fix-285

Fix for issue 285
This commit is contained in:
David Capello 2013-11-20 19:26:27 -08:00
commit 517d368f93

View File

@ -170,6 +170,10 @@ int App::run()
// Redraw the whole screen.
ui::Manager::getDefault()->invalidate();
// 2013-11-19 - JRM - Force setting active view to NULL, workaround for setting
// window title to proper devault value. (Issue #285)
UIContext::instance()->setActiveView(NULL);
}
// Set background mode for non-GUI modes