[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - desktop/inc
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Thu May 19 03:29:37 UTC 2016
desktop/inc/lib/init.hxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit f805637353e4463d5b64f1b010bb580e191bd3aa
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>
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index 30c2cad..f49a829 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