mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Bug 311031: avoid swallowing double-click event
This commit is contained in:
parent
39668b20a5
commit
84500ac336
1 changed files with 4 additions and 4 deletions
|
@ -145,12 +145,12 @@ public class AbstractLaunchVMProvider extends AbstractDMVMProvider
|
|||
}
|
||||
});
|
||||
}
|
||||
if (rm != null) {
|
||||
rm.done();
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (rm != null) {
|
||||
rm.done();
|
||||
}
|
||||
return;
|
||||
} else if (event instanceof IRunControl.ISuspendedDMEvent) {
|
||||
final IExecutionDMContext exeContext= ((IRunControl.ISuspendedDMEvent) event).getDMContext();
|
||||
ScheduledFuture<?> refreshStackFramesFuture = getRefreshFuture(exeContext);
|
||||
|
|
Loading…
Add table
Reference in a new issue