Changeset 662 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Jul 5, 2025, 9:46:37 AM (12 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r622 r662 1748 1748 Shift: TShiftState); 1749 1749 begin 1750 if Key = VK_P then begin 1751 if ProdHint then begin 1752 ProdHint := False; 1753 SmartUpdateContent; 1754 end; 1755 ChooseProject; 1756 end else 1757 if Key = VK_RETURN then begin 1758 CloseBtnClick(Self); 1759 end else 1750 1760 if ((Key = VK_UP) or (Key = VK_NUMPAD8)) and (cix >= 0) and 1751 1761 (WindowMode = wmPersistent) then
Note:
See TracChangeset
for help on using the changeset viewer.