[Libreoffice-commits] core.git: desktop/inc

Ashod Nakashian ashod.nakashian at collabora.co.uk
Sat May 28 20:48:58 UTC 2016


 desktop/inc/lib/init.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 05b7ebaf98e0733bc8ce8c2ee7b297efb270baed
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Wed May 18 23:20:40 2016 -0400

    LOK: don't filter cursor visibility during painting
    
    Change-Id: Ia44ffe08dc8f46e0d10a73db374a283eb032f771
    Reviewed-on: https://gerrit.libreoffice.org/25120
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>
    (cherry picked from commit f805637353e4463d5b64f1b010bb580e191bd3aa)
    Reviewed-on: https://gerrit.libreoffice.org/25427
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index d337eaa..47b1d31 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -91,7 +91,8 @@ namespace desktop {
                 // We don't want to supress everything here on the wrong assumption
                 // that no new events are fired during painting.
                 if (type != LOK_CALLBACK_STATE_CHANGED &&
-                    type != LOK_CALLBACK_INVALIDATE_TILES)
+                    type != LOK_CALLBACK_INVALIDATE_TILES &&
+                    type != LOK_CALLBACK_CURSOR_VISIBLE)
                 {
                     //SAL_WARN("lokevt", "Skipping while painting [" + std::to_string(type) + "]: [" + payload + "].");
                     return;


More information about the Libreoffice-commits mailing list