Changeset 440
- Timestamp:
- May 18, 2022, 1:55:37 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r438 r440 1168 1168 DraftDlg.ShowNewContent(wmModal); 1169 1169 if DraftDlg.ModalResult <> mrOK then 1170 Tribe[me].ModelPicture[MyRO.nModel].HGr := nil 1170 Tribe[me].ModelPicture[MyRO.nModel].HGr := nil; 1171 1171 end; 1172 1172 until (ChosenResearch <> adMilitary) or (DraftDlg.ModalResult = mrOK); -
trunk/Packages/CevoComponents/BaseWin.pas
r432 r440 206 206 Left := UserLeft; 207 207 Top := UserTop; 208 if FWindowMode = wmModal then 209 ShowModal 208 if FWindowMode = wmModal then begin 209 Gtk2Fix; 210 ShowModal; 211 end 210 212 else 211 213 Show;
Note:
See TracChangeset
for help on using the changeset viewer.