anchordocking: use icons from forms

git-svn-id: trunk@26091 -
This commit is contained in:
mattias 2010-06-13 15:05:39 +00:00
parent b971bd845b
commit 40a2dd61bf
2 changed files with 4288 additions and 0 deletions

View File

@ -2171,6 +2171,9 @@ begin
DestRect := ClientRect;
NewControl.Dock(Self, DestRect);
FSiteType:=adhstOneControl;
if NewControl is TCustomForm then begin
Icon.Assign(TCustomForm(NewControl).Icon);
end;
Result:=true;
end;

File diff suppressed because it is too large Load Diff