mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:39:23 +02: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;
|
||||
begin
|
||||
ControlSelection.Clear;
|
||||
Result:=ControlSelection.Count=0;
|
||||
end;
|
||||
|
||||
function TDesigner.DeleteSelection: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user