[GB.REPORT]
BUG: Remove an accidentaly forgotten debug line. git-svn-id: svn://localhost/gambas/trunk@6141 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
a2f19c2558
commit
db51ba6c2d
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ Private Sub Layout()
|
|||
|
||||
$iMinLine = FindPageLineByPos($fSpace + $View.ScrollY) - 1
|
||||
$iMaxLine = Max(1, FindPageLineByPos($View.ClientHeight + $View.ScrollY))
|
||||
Print $iMinLine, $iMaxLine
|
||||
'Print $iMinLine, $iMaxLine
|
||||
$iFirstPage = $iMinLine * $iNbrePageByLine
|
||||
$iLastPage = Min($iMaxLine * $iNbrePageByLine, $iNbrePage - 1)
|
||||
If $iNbrePageByLine <= $iNbrePage Then
|
||||
|
|
Loading…
Reference in a new issue