vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2e3f48746ea887c5503a87830b7d68b9eca2f3cc
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 19 10:21:28 2015 +0100

    gtk3: presume we want the same no-op for LISTNET as gtk2
    
    Change-Id: Ic05f49d4e7d379c1d66c911e1d63f13680d2e293

diff --git a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx 
b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
index fbcf294..be39e6f 100644
--- a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
@@ -947,6 +947,7 @@ bool GtkSalGraphics::drawNativeControl( ControlType nType, 
ControlPart nPart, co
             break;
         }
         break;
+    case CTRL_LISTNET:
     case CTRL_TAB_BODY:
         return true;
         break;
@@ -1758,7 +1759,7 @@ bool GtkSalGraphics::IsNativeControlSupported( 
ControlType nType, ControlPart nP
         case CTRL_CHECKBOX:
         case CTRL_PROGRESS:
 //        case CTRL_LISTNODE:
-//        case CTRL_LISTNET:
+        case CTRL_LISTNET:
             if (nPart==PART_ENTIRE_CONTROL || nPart == PART_FOCUS)
                 return true;
             break;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to