IDE: designer: fixed missing func result

git-svn-id: trunk@53032 -
This commit is contained in:
mattias 2016-09-25 12:54:26 +00:00
parent 09b9c0261c
commit c63ea78901

View File

@ -1531,6 +1531,7 @@ end;
function TDesigner.ClearSelection: boolean;
begin
ControlSelection.Clear;
Result:=ControlSelection.Count=0;
end;
function TDesigner.DeleteSelection: boolean;