~chronoscz/c-evo/trunk

« back to all changes in this revision

Viewing changes to Start.pas

  • Committer: chronos
  • Date: 2022-04-28 20:02:27 UTC
  • Revision ID: svn-v4:df67fc5e-c296-4801-ab9c-02011ead39ce:trunk:429
* Fixed: Occasional Gtk2 crash after messagebox button click.
* Fixed: Missing task bar application button under Linux.

Show diffs side-by-side

added added

removed removed

Lines of Context:
911
911
 
912
912
procedure TStartDlg.FormShow(Sender: TObject);
913
913
begin
 
914
  {$IFDEF UNIX}
 
915
  ShowInTaskBar := stAlways;
 
916
  {$ENDIF}
914
917
  MainTexture.Age := -1;
915
918
  List.Font.Color := MainTexture.ColorMark;
916
919