mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Corrected dialog parenting issue
This commit is contained in:
parent
1c7a5ed1db
commit
7c7e05b19a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class AboutDomainObjectUtils {
|
|||
if (helpLocation != null) {
|
||||
dialog.setHelpLocation(helpLocation);
|
||||
}
|
||||
tool.showDialog(dialog, (Component) null);
|
||||
tool.showDialog(dialog);
|
||||
}
|
||||
|
||||
private static void addInfo(JPanel panel, String name, String value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue