Skip to content
Commit 0227c942 authored by Jakob Weiss's avatar Jakob Weiss
Browse files

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.
parent 7e8eb70e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment