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/LocalPlayer/CityScreen.pas

    r357 r374  
    14921492            (cpImp or cpIndex) then
    14931493          begin // loss of material -- do query
    1494             Application.ProcessMessages; // TODO: Needed for Gtk2, Lazarus gtk2 bug?
     1494            Gtk2Fix;
    14951495            if (pt1 = ptTrGoods) or (pt1 = ptShip) or (pt1 <> pt0) and
    14961496              (pt0 <> ptCaravan) then begin
Note: See TracChangeset for help on using the changeset viewer.