Ignore:
Timestamp:
May 4, 2020, 10:24:23 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Code formatting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/EOTButton.pas

    r165 r184  
    1414
    1515type
     16  // EndOfTurn button
    1617  TEOTButton = class(TButtonBase)
    1718  public
     
    138139      Brush.Color := $0000FF;
    139140      FrameRect(Rect(0, 0, 48, 48))
    140     end
     141    end;
    141142end;
    142143
     
    146147  begin
    147148    FIndex := x;
    148     Invalidate
    149   end
     149    Invalidate;
     150  end;
    150151end;
    151152
     
    158159      Paint
    159160    except
    160     end
    161   end
     161    end;
     162  end;
    162163end;
    163164
Note: See TracChangeset for help on using the changeset viewer.