diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-27 14:54:34 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-05-27 19:49:03 +0000 |
commit | 483b4d6bfdb4800811e87a07f25b24e3f6019e38 (patch) | |
tree | 61fec5b2bb93c81b09d50e9147a1e5950303e760 /include/vcl/salnativewidgets.hxx | |
parent | e0849330bc4875384704fe031d563f8971ca4d96 (diff) |
tdf#98666: Don't cache progress bars either
Fixes the bug only partially, though.
Change-Id: I262f671659e8ad0a3ecd735f5b36362c4119b26c
Reviewed-on: https://gerrit.libreoffice.org/25557
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/vcl/salnativewidgets.hxx')
-rw-r--r-- | include/vcl/salnativewidgets.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx index dea357949a07..88f1ae0cb89b 100644 --- a/include/vcl/salnativewidgets.hxx +++ b/include/vcl/salnativewidgets.hxx @@ -286,6 +286,7 @@ public: case CTRL_RADIOBUTTON: case CTRL_LISTNODE: case CTRL_SLIDER: + case CTRL_PROGRESS: // FIXME: these guys have complex state hidden in ImplControlValue // structs which affects rendering, needs to be a and needs to be // part of the key to our cache. |