summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-14 12:18:22 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-14 12:39:56 +0200
commit8681113dba235a21a13878bafda0a2c763f57d90 (patch)
tree37efadca74336e5f94be606d0d908eaa378b458c /include/vcl
parent17df8859ea1e71cb9215ed6b10714c04c1829d14 (diff)
tdf#95813: Don't cache CTRL_LISTNODE (disclosure control)
It keeps state that apparently doesn't affect its cache hash key. Change-Id: I82ead9fcded16152f2a106a971484cf4a9eaf8ea
Diffstat (limited to 'include/vcl')
-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 9de3ae9aa78a..34c251404432 100644
--- a/include/vcl/salnativewidgets.hxx
+++ b/include/vcl/salnativewidgets.hxx
@@ -286,6 +286,7 @@ public:
{
case CTRL_CHECKBOX:
case CTRL_RADIOBUTTON:
+ case CTRL_LISTNODE:
return false;
case CTRL_MENUBAR: