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:
parent
6a38dadae6
commit
7287d9f1f5
@ -7605,8 +7605,9 @@ begin
|
||||
FLayout := blGlyphLeft;
|
||||
|
||||
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.
|
||||
ParentBiDiModeChanged;
|
||||
ParentColorChanged;
|
||||
@ -22430,7 +22431,6 @@ begin
|
||||
begin
|
||||
Inc(Target.Y,FHeader.Height);
|
||||
Dec(Window.Bottom,FHeader.Height);
|
||||
|
||||
end;
|
||||
|
||||
OffsetRect(Window, FEffectiveOffsetX - RTLOffset, -FOffsetY);
|
||||
|
Loading…
Reference in New Issue
Block a user