vcl/source/window/builder.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 497bcdc971a952db4b07c84d19d2709be34d6afd
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed May 27 11:53:02 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed May 27 14:56:04 2020 +0200

    no GtkDrawingArea with :border hack exist anymore
    
    Change-Id: I3e9bd08c1e03652c956336e1e6b83a99560babc1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94939
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index b639cbd2208f..cb783e5425d5 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -2173,8 +2173,7 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window 
*pParent, const OString &
     }
     else if (name == "GtkDrawingArea")
     {
-        OUString sBorder = BuilderUtils::extractCustomProperty(rMap);
-        xWindow = VclPtr<VclDrawingArea>::Create(pParent, sBorder.isEmpty() ? 
WB_TABSTOP : WB_BORDER | WB_TABSTOP);
+        xWindow = VclPtr<VclDrawingArea>::Create(pParent, WB_TABSTOP);
     }
     else if (name == "GtkTextView")
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to