Ignore:
Timestamp:
Jan 8, 2024, 11:43:27 PM (4 months ago)
Author:
chronos
Message:
  • Fixed: Gtk2 first click workaround to work also with DPI components.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r523 r525  
    66726672      PaintBufferToScreen(xMin, yMin, xRange, yRange);
    66736673      {$IFDEF UNIX}
    6674       // TODO: Force animation under UNIX
     6674      // TODO: Force animation under UNIX. Causes also to process keyboard events
     6675      // which can lead to unexpected errors.
    66756676      Application.ProcessMessages;
    66766677      {$ENDIF}
Note: See TracChangeset for help on using the changeset viewer.