mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +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()
|
private void hookDisplay()
|
||||||
{
|
{
|
||||||
fDisplay.disposeExec( new Runnable()
|
fDisplay.asyncExec(new Runnable() {
|
||||||
{
|
public void run() {
|
||||||
public void run()
|
fDisplay.disposeExec( new Runnable() {
|
||||||
{
|
public void run() {
|
||||||
dispose();
|
dispose();
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
}
|
||||||
|
} );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue