mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +02:00
LCL: Fix lines inside an IFDEF that confused the debugger.
git-svn-id: trunk@62088 -
This commit is contained in:
parent
7023c973e2
commit
313849e97b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user