[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/unx

Caolán McNamara caolanm at redhat.com
Fri Feb 12 20:36:08 UTC 2016


 vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7c1b00623bcde31b575d68c88e95a49c33d0c4b0
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Feb 12 11:36:16 2016 +0000

    gtk3: we don't render whatever a CTRL_LISTNET is
    
    Change-Id: I21a64250182b4630fa41583d7536081adf441ec5
    (cherry picked from commit 6603564716694a1211e9a451bf868b2fc8f29460)
    Reviewed-on: https://gerrit.libreoffice.org/22312
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx
index a6b235b..cfc0226 100644
--- a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx
@@ -1309,6 +1309,7 @@ bool GtkSalGraphics::drawNativeControl( ControlType nType, ControlPart nPart, co
         }
         break;
     case CTRL_LISTNET:
+        return true;
         break;
     case CTRL_TAB_PANE:
         context = mpNotebookStyle;


More information about the Libreoffice-commits mailing list