LCL: you can tab to a TPanel, if it has tabstop = true (issue #8044)

git-svn-id: trunk@10365 -
This commit is contained in:
vincents 2007-01-02 10:59:43 +00:00
parent 6b96e74f9a
commit a783783930
2 changed files with 0 additions and 6 deletions

View File

@ -945,7 +945,6 @@ type
procedure RealSetText(const Value: TCaption); override;
procedure Paint; override;
procedure UpdateParentColorChange;
Function CanTab: Boolean; override;
public
constructor Create(TheOwner: TComponent); override;
property Align default alNone;

View File

@ -126,11 +126,6 @@ begin
inherited Paint;
end;
function TCustomPanel.CanTab: Boolean;
begin
Result:=false;
end;
procedure TCustomPanel.AdjustClientRect(var Rect: TRect);
var
BevelSize: Integer;