Skip to content
  • Jens Georg's avatar
    Stop spinning the event loop when changing cursors · 1a0be71e
    Jens Georg authored
    Tihs was added as part of 9dd0e31d with
    no particular reason.
    
    Spinning the event loop causes code to be run in non-expected order in
    at least one place when cancelling the import, leading to use-after-free
    
    Unfortunately I have no idea on the side-effects that removing this will
    cause. Time will tell.
    
    Fixes #58
    1a0be71e