Ignore:
Timestamp:
May 18, 2022, 1:55:37 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Use Gtk2Fix in base window before showing modal window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r438 r440  
    11681168        DraftDlg.ShowNewContent(wmModal);
    11691169        if DraftDlg.ModalResult <> mrOK then
    1170           Tribe[me].ModelPicture[MyRO.nModel].HGr := nil
     1170          Tribe[me].ModelPicture[MyRO.nModel].HGr := nil;
    11711171      end;
    11721172    until (ChosenResearch <> adMilitary) or (DraftDlg.ModalResult = mrOK);
Note: See TracChangeset for help on using the changeset viewer.