Added call to UIContext::setActiveView(NULL) to force window title to have proper default value

This commit is contained in:
Joel Madigan 2013-11-20 00:12:18 -05:00
parent 85503ec691
commit a13603a0aa

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