close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Dec 27, 2014, 12:10:34 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Hide Debug settings.
  • Fixed: Remove previous cell links from map if they were disabled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.pas

    r99 r104  
    6666procedure TFormSettings.FormShow(Sender: TObject);
    6767begin
    68 
     68  {$IFDEF DEBUG}
     69  TabSheetDebug.TabVisible := True;
     70  {$ELSE}
     71  TabSheetDebug.TabVisible := False;
     72  {$ENDIF}
    6973end;
    7074
     
    7983  SpinEditX.Value := Core.ScaleDPI1.DPI.X;
    8084  SpinEditY.Value := Core.ScaleDPI1.DPI.Y;
    81   {$IFDEF DEBUG}
    82   TabSheetDebug.Visible := True;
    83   {$ELSE}
    84   TabSheetDebug.Visible := False;
    85   {$ENDIF}
    8685end;
    8786
Note: See TracChangeset for help on using the changeset viewer.