You've already forked lazarus-ccr
tvplanit: Fix layout of ContactGrid in case of rotated print formats
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8530 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -27,7 +27,6 @@
|
||||
{* ***** END LICENSE BLOCK ***** *}
|
||||
|
||||
{$I vp.inc}
|
||||
{$DEFINE DEBUG_CONTACTGRID}
|
||||
|
||||
unit VpContactGrid;
|
||||
|
||||
@ -36,7 +35,6 @@ interface
|
||||
uses
|
||||
{$IFDEF LCL}
|
||||
LMessages, LCLProc, LCLType, LCLIntf,
|
||||
{$IFDEF DEBUG_CONTACTGRID}LazLogger,{$ENDIF}
|
||||
{$ELSE}
|
||||
Windows, Messages,
|
||||
{$ENDIF}
|
||||
@ -1996,10 +1994,6 @@ begin
|
||||
else
|
||||
nPos := FContactsBefore;
|
||||
nTrackPos := nPos;
|
||||
|
||||
{$IFDEF DEBUG_CONTACTGRID}
|
||||
DebugLn(['[TVpContactGrid.SetHScrollPos] VisibleContacts=', FVisibleContacts, ' ContactsBefore=', FContactsBefore]);
|
||||
{$ENDIF}
|
||||
end;
|
||||
SetScrollInfo(Handle, SB_HORZ, scrollInfo, True);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user