mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 11:39:29 +02:00
Object Inspector: Formatting.
git-svn-id: trunk@59804 -
This commit is contained in:
parent
c8545b8956
commit
7b640a0f3c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user