Ignore:
Timestamp:
Dec 9, 2024, 10:31:28 AM (13 days ago)
Author:
chronos
Message:
  • Added: Close button in moves history and help forms.
  • Modified: Always show moves history menu action.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormHistory.pas

    r86 r101  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, ComCtrls,
    7   Game, FormEx;
     7  StdCtrls, Game, FormEx;
    88
    99type
     
    1212
    1313  TFormHistory = class(TFormEx)
     14    ButtonClose: TButton;
    1415    PaintBox1: TPaintBox;
    1516    Panel1: TPanel;
Note: See TracChangeset for help on using the changeset viewer.