mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
GT-2376: fixed hack with preferred size
This commit is contained in:
parent
c9ac20f6e7
commit
a555a16110
@ -114,6 +114,7 @@ public class HyperlinkComponent extends JPanel {
|
||||
// Also, if we call getPreferredSize(), then it will work.
|
||||
//
|
||||
textPane.getPreferredSize();
|
||||
getPreferredSize();
|
||||
}
|
||||
|
||||
public String getText() {
|
||||
|
Loading…
Reference in New Issue
Block a user