Changeset 152


Ignore:
Timestamp:
Nov 5, 2018, 7:54:30 AM (5 years ago)
Author:
chronos
Message:
  • Fixed: City type drag and drop cursor was invisible under linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r146 r152  
    34603460    SoundMode := smOn;
    34613461
    3462 {$IFDEF WINDOWS}
    34633462  Screen.Cursors[crImpDrag] := LoadCursor(HInstance, 'DRAG');
    34643463  Screen.Cursors[crFlatHand] := LoadCursor(HInstance, 'FLATHAND');
    3465 {$ENDIF}
     3464
    34663465  // tag-controlled language
    34673466  for i := 0 to ComponentCount - 1 do
Note: See TracChangeset for help on using the changeset viewer.