mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GP-1689-2-dragonmacher-analysis-options-update-mechanism--SQUASHED'
This commit is contained in:
commit
0f3aa2b9de
12 changed files with 940 additions and 129 deletions
|
@ -81,4 +81,8 @@ public class DefaultOptionComponent extends GenericOptionsComponent {
|
|||
int maxHeight = Math.max(dimension.height, component.getPreferredSize().height);
|
||||
return new Dimension(dimension.width, maxHeight);
|
||||
}
|
||||
|
||||
public String getLabelText() {
|
||||
return label.getText();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue