Changeset 429


Ignore:
Timestamp:
Apr 28, 2022, 10:02:27 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Occasional Gtk2 crash after messagebox button click.
  • Fixed: Missing task bar application button under Linux.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/MessgEx.pas

    r426 r429  
    211211  else
    212212    result := inherited;
     213  Gtk2Fix;
    213214end;
    214215
  • trunk/Start.pas

    r424 r429  
    912912procedure TStartDlg.FormShow(Sender: TObject);
    913913begin
     914  {$IFDEF UNIX}
     915  ShowInTaskBar := stAlways;
     916  {$ENDIF}
    914917  MainTexture.Age := -1;
    915918  List.Font.Color := MainTexture.ColorMark;
Note: See TracChangeset for help on using the changeset viewer.