mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
*** empty log message ***
This commit is contained in:
parent
da22a3b5db
commit
04649e1b68
1 changed files with 9 additions and 7 deletions
|
@ -85,12 +85,14 @@ public class CDebugImageDescriptorRegistry
|
|||
|
||||
private void hookDisplay()
|
||||
{
|
||||
fDisplay.disposeExec( new Runnable()
|
||||
{
|
||||
public void run()
|
||||
{
|
||||
dispose();
|
||||
}
|
||||
} );
|
||||
fDisplay.asyncExec(new Runnable() {
|
||||
public void run() {
|
||||
fDisplay.disposeExec( new Runnable() {
|
||||
public void run() {
|
||||
dispose();
|
||||
}
|
||||
} );
|
||||
}
|
||||
} );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue