Fix a race condition in Select All action
It might happen that the selection has ben removed while the select-all action is still waiting in the strokes queue. Therefore the action should check for the presence of the global selection in the context of the worker thread, not the GUI one. CCBUG:449122
Loading
Please register or sign in to comment