Actions
Bug #1211
closedReplace inprogress with a mutex
Start date:
14 Apr 2025
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
The inprogress check for iconTouchGTK() should be a mutex_try that returns if the mutex can't be acquired.
That's more correct than an unprotected global variable.
Updated by Hammel about 1 month ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Implemented in sandbox. Test run but without touches worked okay. Need to test with touches.
Actions