mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Added call to UIContext::setActiveView(NULL) to force window title to have proper default value
This commit is contained in:
parent
85503ec691
commit
a13603a0aa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user