[Libreoffice-commits] core.git: Branch 'feature/fixes16' - vcl/source
Michael Meeks
michael.meeks at collabora.com
Tue Feb 23 11:53:37 UTC 2016
vcl/source/app/svapp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f94b5699fa22a36eeeb77afc81c1fd372ae7f85a
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Feb 23 11:52:50 2016 +0000
restore original magic.
Change-Id: I15f62742a10d45fbb7bb34a6a3eb283a46412614
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 0d99f53..f2783d6 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -534,7 +534,7 @@ void Application::Reschedule( bool i_bAllEvents )
void Scheduler::ProcessEventsToIdle()
{
- int nSanity = 100;
+ int nSanity = 1000;
while(ImplYield(false, true, 0))
{
More information about the Libreoffice-commits
mailing list