Minor change in ui::Manager::run()

This commit is contained in:
David Capello 2021-08-18 15:34:05 -03:00
parent 341408e902
commit 1e98a65859

View File

@ -241,7 +241,7 @@ void Manager::run()
if (first_time) {
first_time = false;
Manager::getDefault()->invalidate();
invalidate();
set_mouse_cursor(kArrowCursor);
}