mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-29 19:23:38 +02:00
[cleanup] Fix and clean up Javadocs
This commit is contained in:
parent
40fee31989
commit
3847c21627
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ public abstract class AbstractSystemViewAdapter implements ISystemViewElementAda
|
||||||
if (shell == null || shell.isDisposed() || !shell.isVisible() || !shell.isEnabled())
|
if (shell == null || shell.isDisposed() || !shell.isVisible() || !shell.isEnabled())
|
||||||
{
|
{
|
||||||
// get a new shell
|
// get a new shell
|
||||||
|
// FIXME it looks like actions could be contributed into a wrong shell with this.
|
||||||
Shell[] shells = Display.getCurrent().getShells();
|
Shell[] shells = Display.getCurrent().getShells();
|
||||||
Shell lshell = null;
|
Shell lshell = null;
|
||||||
for (int i = 0; i < shells.length && lshell == null; i++)
|
for (int i = 0; i < shells.length && lshell == null; i++)
|
||||||
|
|
Loading…
Add table
Reference in a new issue