1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

[cleanup] Fix and clean up Javadocs

This commit is contained in:
Martin Oberhuber 2008-05-05 10:24:36 +00:00
parent 40fee31989
commit 3847c21627

View file

@ -303,6 +303,7 @@ public abstract class AbstractSystemViewAdapter implements ISystemViewElementAda
if (shell == null || shell.isDisposed() || !shell.isVisible() || !shell.isEnabled())
{
// get a new shell
// FIXME it looks like actions could be contributed into a wrong shell with this.
Shell[] shells = Display.getCurrent().getShells();
Shell lshell = null;
for (int i = 0; i < shells.length && lshell == null; i++)