include/vcl/salnativewidgets.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 8681113dba235a21a13878bafda0a2c763f57d90 Author: Tor Lillqvist <t...@collabora.com> Date: Mon Dec 14 12:18:22 2015 +0200
tdf#95813: Don't cache CTRL_LISTNODE (disclosure control) It keeps state that apparently doesn't affect its cache hash key. Change-Id: I82ead9fcded16152f2a106a971484cf4a9eaf8ea diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx index 9de3ae9..34c2514 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits