Changeset 311


Ignore:
Timestamp:
Mar 15, 2021, 11:22:27 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Gtk2 sync error in Lazarus. Added another Application.ProcessMessages as workaround.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/LocalPlayer/MessgEx.pas

    r303 r311  
    531531    OpenSound := SoundItem;
    532532    Kind := QueryKind;
     533    DpiApplication.ProcessMessages; // TODO: Needed for Gtk2, Lazarus gtk2 bug?
    533534    ShowModal;
    534535    result := ModalResult;
Note: See TracChangeset for help on using the changeset viewer.