summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2018-03-07 14:09:51 +0100
committerMarco Cecchetti <mrcekets@gmail.com>2018-04-03 21:39:19 +0200
commit1dc8aac6eeb8e97964bbe5af90ec81158afd048c (patch)
tree1aef811388e26f16e306481317b2795c93ad9fdd /include
parent8ffbb86b30e2c1674ba32e9e29447cbea3585d03 (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/50893 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.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 0b6b52373316..46ad7677e910 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -127,7 +127,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 VclEventId::WindowMouseMove: