Tag: cws_src680_long2int User: kendy Date: 06/01/16 05:19:28 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.cxx
Log: RESYNC: (1.44-1.45); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TEditControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TEditControl.cxx?r1=1.44.28.1&r2=1.44.28.2 Delta lines: +4 -4 ------------------- --- TEditControl.cxx 9 Nov 2005 15:16:54 -0000 1.44.28.1 +++ TEditControl.cxx 16 Jan 2006 13:19:25 -0000 1.44.28.2 @@ -1601,7 +1601,7 @@ if ( HANDLE_ID != nColId ) { - if ( nRow < 0 ) + if ( nRow < 0 && nColId != BROWSER_INVALIDID ) { // hit the header if ( 3 != nColId ) { // 3 would mean the last column, and this last column is auto-sized --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
