Fixed Qt crash due painting from invalid thread
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.
Loading
Please register or sign in to comment