mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 21:39:31 +01:00
IDE: designer: fixed missing func result
git-svn-id: trunk@53032 -
This commit is contained in:
parent
09b9c0261c
commit
c63ea78901
@ -1531,6 +1531,7 @@ end;
|
|||||||
function TDesigner.ClearSelection: boolean;
|
function TDesigner.ClearSelection: boolean;
|
||||||
begin
|
begin
|
||||||
ControlSelection.Clear;
|
ControlSelection.Clear;
|
||||||
|
Result:=ControlSelection.Count=0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TDesigner.DeleteSelection: boolean;
|
function TDesigner.DeleteSelection: boolean;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user