You've already forked lazarus-ccr
Fixed column position
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@110 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -7605,8 +7605,9 @@ begin
|
|||||||
FLayout := blGlyphLeft;
|
FLayout := blGlyphLeft;
|
||||||
|
|
||||||
inherited Create(Collection);
|
inherited Create(Collection);
|
||||||
|
//lcl: setting FPosition here will override the Design time value
|
||||||
|
//FPosition := Owner.Count - 1;
|
||||||
|
|
||||||
FPosition := Owner.Count - 1;
|
|
||||||
// Read parent bidi mode and color values as default values.
|
// Read parent bidi mode and color values as default values.
|
||||||
ParentBiDiModeChanged;
|
ParentBiDiModeChanged;
|
||||||
ParentColorChanged;
|
ParentColorChanged;
|
||||||
@ -22430,7 +22431,6 @@ begin
|
|||||||
begin
|
begin
|
||||||
Inc(Target.Y,FHeader.Height);
|
Inc(Target.Y,FHeader.Height);
|
||||||
Dec(Window.Bottom,FHeader.Height);
|
Dec(Window.Bottom,FHeader.Height);
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
OffsetRect(Window, FEffectiveOffsetX - RTLOffset, -FOffsetY);
|
OffsetRect(Window, FEffectiveOffsetX - RTLOffset, -FOffsetY);
|
||||||
|
Reference in New Issue
Block a user