[Libreoffice-commits] core.git: Branch 'feature/fixes16' - vcl/source
Michael Meeks
michael.meeks at collabora.com
Tue Feb 23 14:48:04 UTC 2016
vcl/source/app/svapp.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit bebc941d637609bbd5a1970a4cfc8207637024ad
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Feb 23 14:47:03 2016 +0000
also process missing timeouts.
Change-Id: I564a5ed2a9248ed7b2385ceb1084a89799ed1bcb
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 4c15282..755c821 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -535,8 +535,8 @@ void Application::Reschedule( bool i_bAllEvents )
void Scheduler::ProcessEventsToIdle()
{
int nSanity = 1000;
-
- while(ImplYield(false, false, 0))
+ while(ImplYield(false, false, 0) ||
+ Scheduler::ProcessTaskScheduling(false))
{
if (nSanity-- < 0)
{
More information about the Libreoffice-commits
mailing list