Changeset 374 for trunk/Direct.pas


Ignore:
Timestamp:
Apr 23, 2021, 1:48:45 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Still possible crash during change of partialy produced project in city screen.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Direct.pas

    r367 r374  
    5858//  p: pointer;
    5959  s: string;
    60 begin
     60Begin
    6161  case ID of
    6262    ntInitLocalHuman: begin
     
    6565      Info := Phrases.Lookup('BUSY_MODLH');
    6666      Show;
    67       {$IFDEF LINUX}
    68       // Force shown window repaint on Gtk2 widgetset
    69       Sleep(1);
    70       Application.ProcessMessages;
    71       {$ENDIF}
     67      Gtk2Fix;
    7268      Invalidate;
    7369      Update;
     
    198194
    199195procedure TDirectDlg.FormShow(Sender: TObject);
     196var
     197  I: Integer;
    200198begin
    201199  if not Gone then
Note: See TracChangeset for help on using the changeset viewer.