[Libreoffice-commits] core.git: Branch 'feature/fixes16' - vcl/source

Michael Meeks michael.meeks at collabora.com
Fri Feb 19 11:16:06 UTC 2016


 vcl/source/app/svapp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2eff630c2f10d32b5959b71705a1d99af75a5901
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Fri Feb 19 11:08:52 2016 +0000

    Also process idles queued by OS events eg. re-renders.
    
    Change-Id: Id3040c87baf42d0dc094780f06d61c6004ea0b16

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 1b434dc..0d99f53 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -524,7 +524,7 @@ inline bool ImplYield(bool i_bWait, bool i_bAllEvents, sal_uLong const nReleased
 
     SAL_INFO("vcl.schedule", "Leave ImplYield");
 
-    return bHasActiveIdles;
+    return bHasActiveIdles || eResult == SalYieldResult::EVENT;
 }
 
 void Application::Reschedule( bool i_bAllEvents )


More information about the Libreoffice-commits mailing list