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;
|
i, L:integer;
|
||||||
begin
|
begin
|
||||||
inherited Loaded;
|
inherited Loaded;
|
||||||
L:=0;
|
{ L:=0;
|
||||||
for i:=0 to FToolbarItems.Count - 1 do
|
for i:=0 to FToolbarItems.Count - 1 do
|
||||||
begin
|
begin
|
||||||
if ButtonAllign = tbaLeft then
|
if ButtonAllign = tbaLeft then
|
||||||
@ -1050,7 +1050,7 @@ begin
|
|||||||
else
|
else
|
||||||
FToolbarItems[i].UpdateLeftAfterLoad;
|
FToolbarItems[i].UpdateLeftAfterLoad;
|
||||||
end;
|
end;
|
||||||
|
}
|
||||||
for i:=0 to FToolbarItems.Count - 1 do
|
for i:=0 to FToolbarItems.Count - 1 do
|
||||||
begin
|
begin
|
||||||
FToolbarItems[i].FButton.Align:=BtnAl2Align[FButtonAllign];
|
FToolbarItems[i].FButton.Align:=BtnAl2Align[FButtonAllign];
|
||||||
|
Reference in New Issue
Block a user