diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2018-09-13 15:26:31 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-09-24 21:16:15 +0200 |
commit | 8d0869246db0b080bf45f077c484618b7c82253f (patch) | |
tree | 124ff8f9ad129ccd8158dfe7d7413fea5a105ad8 /desktop | |
parent | b3a9fd1c51b4d0c2a8146c250e5571cc38eae9e6 (diff) |
Add reference marks callback
Change-Id: Ic749e138356392b0c327a30cff28055f06e23e2e
Reviewed-on: https://gerrit.libreoffice.org/79464
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 400e0e7f82d9..2af356e0bb7b 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1077,7 +1077,8 @@ void CallbackFlushHandler::queue(const int type, const char* data) type != LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR && type != LOK_CALLBACK_CURSOR_VISIBLE && type != LOK_CALLBACK_VIEW_CURSOR_VISIBLE && - type != LOK_CALLBACK_TEXT_SELECTION) + type != LOK_CALLBACK_TEXT_SELECTION && + type != LOK_CALLBACK_REFERENCE_MARKS) { SAL_INFO("lok", "Skipping while painting [" << type << "]: [" << payload << "]."); return; |