some minor fixed after commit

This commit is contained in:
Viktor Szakats
2007-09-09 17:48:10 +00:00
parent 7ace63cd2e
commit 7cb0c3d2db
2 changed files with 4 additions and 2 deletions

View File

@@ -36,6 +36,8 @@
* source/rtl/tbrowse.prg
+ Some work in progress towards better C5.x compatibility
(borrowed from xhb)
! Fixed crash in TBMouse() (due to recent changes)
(Thanks to Guillermo)
* source/rtl/getsys.prg
* source/rtl/tgetlist.prg
@@ -61,7 +63,7 @@
! Added :End() to HBBrwText to avoid using some
internals vars of the class.
! Fixed problem with HBDebugger:SaveAppScreen()
where it crashed due to wrong initialization
where it crashed due to wrong initialization order
of TBrowse() screen coordinates. Bug appeared
due to the now more compatible TBrowse() behaviour.
% Optimizations and cleanups.

View File

@@ -422,7 +422,7 @@ METHOD insColumn( nPos, oCol ) CLASS TBrowse
AAdd( ::aColumns, oCol )
AAdd( ::aColsWidth, ::SetColumnWidth( oCol ) )
AAdd( ::aColsPos, 100 )
AAdd( ::aColsPos, 0 )
AAdd( ::aColsInfo, ::InitColumn( oCol, .F. ) )
else