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 d4ab72f commit 85d652aCopy full SHA for 85d652a
sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets/Link.java
@@ -597,6 +597,9 @@ String parse (String string, Object handle) {
597
mnemonics = newMnemonics;
598
}
599
cachedText = result2.toString();
600
+ if (anchors != null && anchors.length > 0 && (hooks(SWT.Selection) || hooks(SWT.DefaultSelection))) {
601
+ hookSelection();
602
+ }
603
return result.toString ();
604
605
0 commit comments