mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 21:55:45 +02:00
Fix deadlock on startup. Never use syncExec.
Change-Id: I841045d56dc4a7446854282db6d74809629952a6
This commit is contained in:
parent
accbe9abc4
commit
64f1d0b5d9
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ public class LaunchBarControl implements ILaunchBarListener {
|
|||
|
||||
@Override
|
||||
public void activeLaunchDescriptorChanged(ILaunchDescriptor descriptor) {
|
||||
container.getDisplay().syncExec(() -> {
|
||||
container.getDisplay().asyncExec(() -> {
|
||||
if (configSelector != null) {
|
||||
configSelector.setDelayedSelection(descriptor, SELECTION_DELAY);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue