From 858f37596b085736e24121abb45d05c39720dd6d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Jan 2004 16:13:24 +0000 Subject: [PATCH] INTEGRATION: CWS vclcleanup02 (1.20.8); FILE MERGED 2003/12/05 16:13:56 mt 1.20.8.2: RESYNC: (1.20-1.21); FILE MERGED 2003/12/04 16:18:02 mt 1.20.8.1: #i23061# Removed/Changed old StarView stuff --- basctl/source/basicide/bastypes.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx index 19c680d7cc35..737862656ca7 100644 --- a/basctl/source/basicide/bastypes.cxx +++ b/basctl/source/basicide/bastypes.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bastypes.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2003-12-01 15:52:24 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:13:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -447,7 +447,7 @@ USHORT __EXPORT IDEBaseWindow::GetSearchOptions() BasicDockingWindow::BasicDockingWindow( Window* pParent ) : DockingWindow( pParent, WB_BORDER | WB_3DLOOK | WB_DOCKABLE | WB_MOVEABLE | - WB_SIZEABLE /*| WB_HIDEWHENDEACTIVATE*/ | WB_ROLLABLE | + WB_SIZEABLE | WB_ROLLABLE | WB_DOCKABLE | WB_CLIPCHILDREN ) { } @@ -615,7 +615,7 @@ struct TabBarDDInfo BasicIDETabBar::BasicIDETabBar( Window* pParent ) : - TabBar( pParent, WinBits( WB_SVLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) ) + TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) ) { pCurrentLib = NULL; EnableEditMode( TRUE );