2014-05-20 19:49 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/debug/dbgbrwsr.prg
! update current row position after resizing
It should fix 2-nd problem reported by Rolf.
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2014-05-20 19:49 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/debug/dbgbrwsr.prg
|
||||
! update current row position after resizing
|
||||
It should fix 2-nd problem reported by Rolf.
|
||||
|
||||
2014-05-20 17:03 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/debug/debugger.prg
|
||||
! calculate ListBox coordinates as integer value
|
||||
|
||||
@@ -125,6 +125,10 @@ METHOD New( nTop, nLeft, nBottom, nRight, oParentWindow ) CLASS HBDbBrowser
|
||||
METHOD Configure()
|
||||
|
||||
::rowCount := ::nBottom - ::nTop + 1
|
||||
IF ::rowPos > ::rowCount
|
||||
::nFirstVisible -= ::rowPos - ::rowCount
|
||||
::rowPos := ::rowCount
|
||||
ENDIF
|
||||
AFill( ASize( ::aRowState, ::rowCount ), .F. )
|
||||
::lConfigured := .T.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user