mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
IdeIntf: Cleanup.
This commit is contained in:
parent
a7b6815a8c
commit
0aa083ac3f
@ -2295,11 +2295,9 @@ begin
|
||||
if FCurrentEdit<>nil then
|
||||
begin
|
||||
SetActiveControl(FCurrentEdit);
|
||||
if (FCurrentEdit is TCustomEdit) then begin
|
||||
DebugLn(['SetItemIndexAndFocus: Selecting All.']);
|
||||
if (FCurrentEdit is TCustomEdit) then
|
||||
TCustomEdit(FCurrentEdit).SelectAll
|
||||
{$IFnDEF UseOINormalCheckBox}
|
||||
end
|
||||
else if (FCurrentEdit is TCheckBoxThemed) and WasValueClick then
|
||||
TCheckBoxThemed(FCurrentEdit).Checked:=not TCheckBoxThemed(FCurrentEdit).Checked;
|
||||
{$ELSE}
|
||||
|
Loading…
Reference in New Issue
Block a user