Fixed issue with popup deactivation in Unity #780

git-svn-id: svn://ultimatepp.org/upp/trunk@8196 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-02-23 13:59:59 +00:00
parent 944f851611
commit ad235ebbdf

View file

@ -497,6 +497,7 @@ bool Ctrl::ProcessEvent0(bool *quit, bool fetch)
}
else
break;
FocusSync();
}
Event& e = Events.Head();
CurrentTime = e.time;