From db51ba6c2d88d0e5ef742714ccb1dc85ac82fc1c Mon Sep 17 00:00:00 2001 From: Fabien Bodard Date: Sat, 8 Feb 2014 06:20:06 +0000 Subject: [PATCH] [GB.REPORT] BUG: Remove an accidentaly forgotten debug line. git-svn-id: svn://localhost/gambas/trunk@6141 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- comp/src/gb.report/.src/Preview/ReportView.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp/src/gb.report/.src/Preview/ReportView.class b/comp/src/gb.report/.src/Preview/ReportView.class index 71fda7eda..2237e6769 100644 --- a/comp/src/gb.report/.src/Preview/ReportView.class +++ b/comp/src/gb.report/.src/Preview/ReportView.class @@ -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