Skip to content
  • Jakob Weiss's avatar
    Fixed Qt crash due painting from invalid thread · 0227c942
    Jakob Weiss authored
    invalidate() failed for events triggered by sigslot signals, as the makeCurrent() only works from the Qt main thread. Invalidation now goes through the Qt Signals/Slots mechanism to end up in the right thread.
    0227c942