Ignore:
Timestamp:
Jan 12, 2026, 11:29:21 AM (12 hours ago)
Author:
chronos
Message:
  • Fixed: Map objects not drawn beyond city radius in city dialog if fractional scaling active.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/ScreenTools.pas

    r715 r719  
    17161716procedure UnshareBitmap(Bitmap: TBitmap);
    17171717begin
    1718   // FillRect cause image data to be freed so subsequent BitBlt can access valid image data
     1718  // FillRect causes image data to be freed so a subsequent BitBlt can access valid image data
    17191719  Bitmap.Canvas.FillRect(0, 0, 0, 0);
    17201720end;
Note: See TracChangeset for help on using the changeset viewer.