[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - include/vcl

Tor Lillqvist tml at collabora.com
Mon May 30 07:20:28 UTC 2016


 include/vcl/salnativewidgets.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0e999353c53cf1aa357cc6769f4ece1a8d8a74db
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 27 14:54:34 2016 +0300

    tdf#98666: Don't cache progress bars either
    
    Fixes the bug only partially, though.
    
    (cherry picked from commit 483b4d6bfdb4800811e87a07f25b24e3f6019e38)
    
    Change-Id: I262f671659e8ad0a3ecd735f5b36362c4119b26c
    Reviewed-on: https://gerrit.libreoffice.org/25567
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx
index dea3579..88f1ae0 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.


More information about the Libreoffice-commits mailing list