Changeset 195 for oup/current/Tools


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

Legend:

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

    r194 r195  
    136136      Height = 17
    137137      Caption = 'Transparency'
     138      Enabled = False
    138139      TabOrder = 1
    139140    end
  • oup/current/Tools/TxmpReplace.pas

    r194 r195  
    165165    end;
    166166
    167     datbyte := $00;
    168167    if check_fading.Checked then
    169       datbyte := datbyte or $01;
     168      oldfading := oldfading or $01
     169    else
     170      oldfading := oldfading and (not Byte($01));
    170171    ConManager.Connection[ConnectionID].UpdateDatFilePart(fileid, $88, 1, @datbyte);
    171172    datbyte := $10;
Note: See TracChangeset for help on using the changeset viewer.