LCL: Fix lines inside an IFDEF that confused the debugger.

git-svn-id: trunk@62088 -
This commit is contained in:
juha 2019-10-19 08:38:33 +00:00
parent 7023c973e2
commit 313849e97b

View File

@ -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;