mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-02 13:20:12 +00:00
commit
517d368f93
@ -170,6 +170,10 @@ int App::run()
|
|||||||
|
|
||||||
// Redraw the whole screen.
|
// Redraw the whole screen.
|
||||||
ui::Manager::getDefault()->invalidate();
|
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
|
// Set background mode for non-GUI modes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user