Kaydet (Commit) 8681113d 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
üst 17df8859
......@@ -286,6 +286,7 @@ public:
{
case CTRL_CHECKBOX:
case CTRL_RADIOBUTTON:
case CTRL_LISTNODE:
return false;
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