mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-2376: fixed hack with preferred size
This commit is contained in:
parent
c9ac20f6e7
commit
a555a16110
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue