summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2018-03-07 14:09:51 +0100
committerJan Holesovsky <kendy@collabora.com>2018-03-13 17:32:47 +0100
commit983bf5a49297fcef8c45fcf3a95d87a8fc428072 (patch)
tree8cf413f43c13de7150c929f03954a5c5a4800c09 /include
parent3b05be050d4cadfa37e7e4db052ba2e070d0bbc1 (diff)
lok - sc - list validation
This provide the correct invalidation and drawing of the combo box control which is used for cell where a validation list has been set up. This patch fixes also tunneling issue for the floating window showing the list of valid entries. Change-Id: I9f7277688293eff443504221c7c7e46097a5da4a Reviewed-on: https://gerrit.libreoffice.org/51131 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/ITiledRenderable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index dd8d950e5dbb..95775be55913 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -124,7 +124,7 @@ public:
// sometimes MouseButtonDown captures mouse and starts tracking, and VCL
// will not take care of releasing that with tiled rendering
if (pLOKEv->mpWindow->IsTracking())
- pLOKEv->mpWindow->EndTracking(TrackingEventFlags::DontCallHdl);
+ pLOKEv->mpWindow->EndTracking();
break;
case VCLEVENT_WINDOW_MOUSEMOVE: