[Libreoffice-commits] core.git: Branch 'libreoffice-5-1-0' - include/vcl
Tor Lillqvist
tml at collabora.com
Tue Jan 19 04:07:17 PST 2016
include/vcl/salnativewidgets.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit bbe4b3a7cc2f5410e65b220e24f23f55f7eaaa1d
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Jan 18 14:33:40 2016 +0200
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 at redhat.com>
Reviewed-by: David Tardon <dtardon at redhat.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx
index 34c2514..8c1176a 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:
More information about the Libreoffice-commits
mailing list