summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-01-18 14:33:40 +0200
committerEike Rathke <erack@redhat.com>2016-01-18 17:07:37 +0000
commit863811c2d3acfc4c1746f86ab6055ddde83e937a (patch)
tree6470a90ddcaafa59b399ca3abcff9fda49754076 /include
parent82f03358d2a77a833ebdcbaea8c03782bb2af56b (diff)
tdf#95913: Don't cache CTRL_SLIDER
Change-Id: I6af4b27f5bc2f24918d92fe8c5e430cfdfad6439 (cherry picked from commit 56a35d67138beada946697a81daa9f0b08e77cfc) Reviewed-on: https://gerrit.libreoffice.org/21579 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/salnativewidgets.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx
index 34c251404432..8c1176a2aa95 100644
--- a/include/vcl/salnativewidgets.hxx
+++ b/include/vcl/salnativewidgets.hxx
@@ -287,6 +287,7 @@ public:
case CTRL_CHECKBOX:
case CTRL_RADIOBUTTON:
case CTRL_LISTNODE:
+ case CTRL_SLIDER:
return false;
case CTRL_MENUBAR: