From 313849e97beae75a109b7556fa7c9cbda8bc94f7 Mon Sep 17 00:00:00 2001 From: juha Date: Sat, 19 Oct 2019 08:38:33 +0000 Subject: [PATCH] LCL: Fix lines inside an IFDEF that confused the debugger. git-svn-id: trunk@62088 - --- lcl/grids.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lcl/grids.pas b/lcl/grids.pas index ef4b47daaf..0fd78008f6 100644 --- a/lcl/grids.pas +++ b/lcl/grids.pas @@ -3445,8 +3445,7 @@ var begin if HandleAllocated then begin {$Ifdef DbgScroll} - DebugLn('Scrollbar - Page: Which=',SbToStr(Which), ' Avalue=',dbgs(aPage)); + DebugLn('Scrollbar Page: Which=',SbToStr(Which), ' Avalue=',dbgs(aPage)); {$endif} ScrollInfo.cbSize := SizeOf(ScrollInfo); ScrollInfo.fMask := SIF_PAGE;