Object Inspector: Formatting.

git-svn-id: trunk@59804 -
This commit is contained in:
juha 2018-12-12 13:51:55 +00:00
parent c8545b8956
commit 7b640a0f3c

View File

@ -4978,10 +4978,7 @@ begin
for i:=0 to ComponentTree.Selection.Count - 1 do begin
persistent := ComponentTree.Selection[i];
if persistent.GetInterface(GUID_ObjInspInterface, intf) and not intf.AllowDelete then
begin
Result := false;
exit;
end;
exit(false);
end;
end;
@ -5994,7 +5991,7 @@ end;
function TObjectInspectorDlg.GetComponentPanelHeight: integer;
begin
Result := ComponentPanel.Height
Result := ComponentPanel.Height;
end;
function TObjectInspectorDlg.GetInfoBoxHeight: integer;