Ignore:
Timestamp:
Sep 15, 2024, 1:31:30 PM (4 days ago)
Author:
chronos
Message:
  • Fixed: City screen rename right mouse click didn't work on Windows due to window title are. Change to behave the same way as on Linux.
  • Fixed: Allow full screen switching in editor and movie mode.
  • Modified: Precalculate scaling coefficients also for from native values conversions for faster speed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/CityScreen.pas

    r613 r617  
    11881188        with MainScreen.MessgExDlg do
    11891189        begin
    1190           { MessgText:=Phrases.Lookup('OUTOFCONTROL');
    1191             if C.Project and cpImp=0 then
    1192             MessgText:=Format(MessgText,[Tribe[cOwner].ModelName[C.Project and cpIndex]])
    1193             else MessgText:=Format(MessgText,[Phrases.Lookup('IMPROVEMENTS',C.Project and cpIndex)]); }
     1190          { MessgText := Phrases.Lookup('OUTOFCONTROL');
     1191            if C.Project and cpImp = 0 then
     1192            MessgText := Format(MessgText, [Tribe[cOwner].ModelName[C.Project and cpIndex]])
     1193            else MessgText := Format(MessgText, [Phrases.Lookup('IMPROVEMENTS',
     1194              C.Project and cpIndex)]);
     1195          }
    11941196          MessgText := Phrases.Lookup('NOCHANGEINANARCHY');
    11951197          Kind := mkOk;
     
    12011203        begin
    12021204          ProdHint := False;
    1203           SmartUpdateContent
     1205          SmartUpdateContent;
    12041206        end;
    12051207        ChooseProject;
Note: See TracChangeset for help on using the changeset viewer.