[Libreoffice-commits] core.git: Branch 'feature/fixes16' - vcl/source
Michael Meeks
michael.meeks at collabora.com
Tue Feb 23 11:57:26 UTC 2016
vcl/source/app/svapp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4bb69a8b3d37d2b7584caa063f7e709f5df8898b
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Feb 23 11:56:39 2016 +0000
avoid processing all events at once.
Change-Id: Ie5f99919d999bc63ab54711feae0433790823f4e
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index f2783d6..4c15282 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -536,7 +536,7 @@ void Scheduler::ProcessEventsToIdle()
{
int nSanity = 1000;
- while(ImplYield(false, true, 0))
+ while(ImplYield(false, false, 0))
{
if (nSanity-- < 0)
{
More information about the Libreoffice-commits
mailing list