Kaydet (Commit) 85c1b003 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba24d (1.44.130); FILE MERGED

2007/11/19 11:53:12 fs 1.44.130.1: #i83422# InsertHandleColumn: 0 is explicitly an allowed width (the setting to a default width got introduced with the warning-free code changes, without any justification)
üst e3912627
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: brwbox1.cxx,v $ * $RCSfile: brwbox1.cxx,v $
* *
* $Revision: 1.44 $ * $Revision: 1.45 $
* *
* last change: $Author: rt $ $Date: 2007-07-06 10:02:43 $ * last change: $Author: rt $ $Date: 2008-01-30 08:59:56 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -316,9 +316,6 @@ void BrowseBox::InsertHandleColumn( ULONG nWidth ) ...@@ -316,9 +316,6 @@ void BrowseBox::InsertHandleColumn( ULONG nWidth )
{ {
DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants);
if ( !nWidth )
nWidth = GetDefaultColumnWidth( String() );
pCols->Insert( new BrowserColumn( 0, Image(), String(), nWidth, GetZoom(), 0 ), (ULONG) 0 ); pCols->Insert( new BrowserColumn( 0, Image(), String(), nWidth, GetZoom(), 0 ), (ULONG) 0 );
FreezeColumn( 0 ); FreezeColumn( 0 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment