Kaydet (Commit) f3bcf571 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

tdf#95813: Don't cache CTRL_LISTNODE (disclosure control)

It keeps state that apparently doesn't affect its cache hash key.

Change-Id: I82ead9fcded16152f2a106a971484cf4a9eaf8ea
(cherry picked from commit 8681113d)
üst 08fbd423
...@@ -286,6 +286,7 @@ public: ...@@ -286,6 +286,7 @@ public:
{ {
case CTRL_CHECKBOX: case CTRL_CHECKBOX:
case CTRL_RADIOBUTTON: case CTRL_RADIOBUTTON:
case CTRL_LISTNODE:
return false; return false;
case CTRL_MENUBAR: case CTRL_MENUBAR:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment