Skip to content

Commit 47d6c39

Browse files
author
zhourenjian
committed
Fixed a bug that a Chinese character is in the Shell's title if no title is set.
1 parent 1d0eb55 commit 47d6c39

File tree

1 file changed

+0
-1
lines changed
  • sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets

1 file changed

+0
-1
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets/Decorations.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,6 @@ public void run() {
21022102
}
21032103
shellTitle = document.createElement("DIV");
21042104
shellTitle.className = "shell-title-text";
2105-
shellTitle.appendChild(document.createTextNode("" + (char) 160));
21062105

21072106
/**
21082107
* Ubuntu's Firefox has different active caption background color!

0 commit comments

Comments
 (0)