-
- Downloads
You need to sign in or sign up before continuing.
Fix locking scheme for double-clicks
In some cases, the events may be driven in the same thread, which can lead to a deadlock. Instead of waiting for the lock, simply refuse to run if a loading system in in progress. Fixes #6606
-
mentioned in commit 0f9b01ee
-
mentioned in issue #6253 (closed)
Please register or sign in to comment