mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 03:25:22 +02:00
monitor view disposal - hack for case where dispose() is not called before event
This commit is contained in:
parent
5690fb529b
commit
675ec536ee
1 changed files with 0 additions and 1 deletions
|
@ -775,7 +775,6 @@ implements IMenuListener, ISystemDeleteTarget, ISystemRenameTarget, ISystemSelec
|
||||||
if (isDisposed)
|
if (isDisposed)
|
||||||
{
|
{
|
||||||
dispose();
|
dispose();
|
||||||
System.out.println("disposed");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue