You've already forked lazarus-ccr
RxFPC: new component image for TRxTextHolder - tnx. to zoltanleo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6723 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -122,11 +122,6 @@ begin
|
||||
Items[Index].Assign( AValue );
|
||||
end;
|
||||
|
||||
{constructor TValidateItems.Create;
|
||||
begin
|
||||
inherited Create(TValidateItem);
|
||||
end;}
|
||||
|
||||
{ TValidateItem }
|
||||
|
||||
procedure TValidateItem.SetControl(AValue: TWinControl);
|
||||
|
@ -472,8 +472,10 @@ begin
|
||||
F.Parent:=Self;
|
||||
F.Visible:=true;
|
||||
F.BringToFront;
|
||||
if Assigned(Application) and Assigned(Application.MainForm) then
|
||||
Application.MainForm.ActiveControl:=F;
|
||||
// if Assigned(Application) and Assigned(Application.MainForm) and (Application.MainForm = Owner) then
|
||||
// Application.MainForm.ActiveControl:=F;
|
||||
if Assigned(Owner) and (Owner is TForm) then
|
||||
TForm(Owner).ActiveControl:=F;
|
||||
|
||||
B:=TRxMDIButton.CreateButton(TaskPanel, F);
|
||||
DoOnChangeCurrentChild(F);
|
||||
|
Reference in New Issue
Block a user