Changeset 198 for oup/current/Tools


Ignore:
Timestamp:
May 26, 2007, 9:28:08 PM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/BinEdit.dfm

    r179 r198  
    1212    inherited filelist: TListBox
    1313      Height = 210
     14      ExplicitHeight = 210
    1415    end
    1516    object panel_imexport: TPanel
  • oup/current/Tools/BinEdit.pas

    r179 r198  
    226226    begin
    227227      if Length(rawlist) > 0 then
     228      begin
    228229        for i := 0 to High(rawlist) do
    229230          if rawlist[i].SrcOffset = offset then
     
    235236            Break;
    236237          end;
     238        if i > High(rawlist) then
     239          Result := 'unused';
     240      end;
    237241    end;
    238242    12:
Note: See TracChangeset for help on using the changeset viewer.