GT-2376: fixed hack with preferred size

This commit is contained in:
adamopolous 2019-05-08 16:13:11 -04:00
parent c9ac20f6e7
commit a555a16110

View File

@ -114,6 +114,7 @@ public class HyperlinkComponent extends JPanel {
// Also, if we call getPreferredSize(), then it will work.
//
textPane.getPreferredSize();
getPreferredSize();
}
public String getText() {