diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-18 14:33:40 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-01-19 12:06:46 +0000 |
commit | bbe4b3a7cc2f5410e65b220e24f23f55f7eaaa1d (patch) | |
tree | 5a29a8d54795350bad24a09c0e548351458b5843 | |
parent | bef97e1e067b4e0ef48c0ea8966c8107a0d2b6d4 (diff) |
tdf#95913: Don't cache CTRL_SLIDER
Change-Id: I6af4b27f5bc2f24918d92fe8c5e430cfdfad6439
(cherry picked from commit 56a35d67138beada946697a81daa9f0b08e77cfc)
Reviewed-on: https://gerrit.libreoffice.org/21580
Reviewed-by: Eike Rathke <erack@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | include/vcl/salnativewidgets.hxx | 1 |
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: |