[Libreoffice-commits] core.git: basctl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Nov 21 20:21:15 UTC 2020


 basctl/source/basicide/bastypes.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 78091a860ade61addab12ae5e541fa01707bfb59
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Nov 20 14:39:29 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Nov 21 21:20:32 2020 +0100

    remove non-functional resize grip at right of basic ide tabbar
    
    left behind after....
    
    commit 867af25bd8d36c7e5ef6f16c2876ac82e63648cc
    Date:   Fri Jan 22 12:04:05 2016 +0100
    
        tdf#96683 Move tabs in Basic IDE to an own row
    
    before that it could be used to assign sizes to the tabbar vs
    scrollbar when they were on the same line. Now that they are on
    different lines it shouldn't be there.
    
    See tdf#87684 for the similar calc case where
    Office::Calc::Layout::Other::TabbarInlineWithScrollbar exists to
    re-enable this feature for calc.
    
    Change-Id: I6430e13ab79f4c424ae35f7b8e3ad7bd47ec201b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106275
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx
index 5a4012b6cebb..eabb6ea12f69 100644
--- a/basctl/source/basicide/bastypes.cxx
+++ b/basctl/source/basicide/bastypes.cxx
@@ -422,7 +422,7 @@ void DockingWindow::DockThis ()
 }
 
 TabBar::TabBar( vcl::Window* pParent ) :
-    ::TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) )
+    ::TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_DRAG ) )
 {
     EnableEditMode();
 


More information about the Libreoffice-commits mailing list