We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86642c commit 9fe0bc1Copy full SHA for 9fe0bc1
sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets/Decorations.java
@@ -232,6 +232,8 @@ void bringToTop () {
232
setSize(this.width, this.height);
233
}
234
setLocation(this.left, this.top);
235
+
236
+ if ((this.style & SWT.TOOL) == 0)
237
/**
238
* @j2sNative
239
* var title = this.getText();
@@ -761,6 +763,7 @@ public void dispose () {
761
763
shell.setFocus ();
762
764
765
766
767
768
769
* if (window["document.title"] != null) {
0 commit comments