summaryrefslogtreecommitdiff
path: root/include/vcl/ITiledRenderable.hxx
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2018-03-07 14:09:51 +0100
committerJan Holesovsky <kendy@collabora.com>2018-05-22 12:03:48 +0200
commit1e79855cf3cf0971fad52a007e1009e0a7a45d4f (patch)
tree078757a142ad810be77e8c7eb6eb82ef918c627c /include/vcl/ITiledRenderable.hxx
parentf2d6178d3a0f6106e0798659df51a34b60ec9d70 (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/vcl/ITiledRenderable.hxx')
-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: