You've already forked lazarus-ccr
* NetGradient: initialize ControlStyle to accept controls and dont focus
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1314 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -277,6 +277,7 @@ constructor TCustomNetGradient.Create(AOwner: TComponent);
|
||||
begin
|
||||
{ Inherit original constructor }
|
||||
inherited Create(AOwner);
|
||||
ControlStyle := ControlStyle + [csAcceptsControls, csNoFocus];
|
||||
{ Add new initializations }
|
||||
FLayout := tlCenter;
|
||||
FBevelInner := bvNone;
|
||||
|
Reference in New Issue
Block a user