You've already forked lazarus-ccr
TToolPanel on TFrame now work
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@457 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1038,7 +1038,7 @@ var
|
||||
i, L:integer;
|
||||
begin
|
||||
inherited Loaded;
|
||||
L:=0;
|
||||
{ L:=0;
|
||||
for i:=0 to FToolbarItems.Count - 1 do
|
||||
begin
|
||||
if ButtonAllign = tbaLeft then
|
||||
@ -1050,7 +1050,7 @@ begin
|
||||
else
|
||||
FToolbarItems[i].UpdateLeftAfterLoad;
|
||||
end;
|
||||
|
||||
}
|
||||
for i:=0 to FToolbarItems.Count - 1 do
|
||||
begin
|
||||
FToolbarItems[i].FButton.Align:=BtnAl2Align[FButtonAllign];
|
||||
|
Reference in New Issue
Block a user