2001-11-04 15:54 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
! ::Hilite() cursor positioning was wrong for TBrowsers without heading
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-11-04 15:54 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
|
||||
* source/rtl/tbrowse.prg
|
||||
! ::Hilite() cursor positioning was wrong for TBrowsers without heading
|
||||
|
||||
2001-11-04 13:56 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
|
||||
|
||||
* bin/bld.bat
|
||||
|
||||
@@ -633,7 +633,7 @@ METHOD Hilite() CLASS TBrowse
|
||||
local nRow
|
||||
local cType
|
||||
|
||||
nRow := ::nTop + ::RowPos + iif(::lHeaders, ::nHeaderHeight, 1) + iif(Empty(::HeadSep), 0, 1) - 1
|
||||
nRow := ::nTop + ::RowPos + iif(::lHeaders, ::nHeaderHeight, 0) + iif(Empty(::HeadSep), 0, 1) - 1
|
||||
|
||||
// Start of cell
|
||||
SetPos( nRow, ::aColumns[ ::ColPos ]:ColPos )
|
||||
|
||||
Reference in New Issue
Block a user