From 05b7ebaf98e0733bc8ce8c2ee7b297efb270baed Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Wed, 18 May 2016 23:20:40 -0400 Subject: LOK: don't filter cursor visibility during painting Change-Id: Ia44ffe08dc8f46e0d10a73db374a283eb032f771 Reviewed-on: https://gerrit.libreoffice.org/25120 Reviewed-by: Ashod Nakashian Tested-by: Ashod Nakashian (cherry picked from commit f805637353e4463d5b64f1b010bb580e191bd3aa) Reviewed-on: https://gerrit.libreoffice.org/25427 Tested-by: Jenkins --- desktop/inc/lib/init.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/inc') diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx index d337eaa7a287..47b1d3153136 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; -- cgit