mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 13:28:04 +02:00
LCL: you can tab to a TPanel, if it has tabstop = true (issue #8044)
git-svn-id: trunk@10365 -
This commit is contained in:
parent
6b96e74f9a
commit
a783783930
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user