Skip to content
Snippets Groups Projects
Commit 8dc55144 authored by d.kilic's avatar d.kilic
Browse files

Delete concurrent call to updateImage

This commit deletes the concurrent call to updateImage, since it lead to instability. Especially on Mac, PeTrack would randomly freeze and perform poorly overall; sometimes even crash. (Due to functions executed on different threads which should only be executed from a specific thread, potentially over a queued connection, i.e. signal-slot)
parent 8b77a356
No related branches found
No related tags found
1 merge request!293Resolve "Freezed GUI"
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment