Corrected dialog parenting issue

This commit is contained in:
ghidra1 2019-12-05 11:45:33 -05:00
parent 1c7a5ed1db
commit 7c7e05b19a

View file

@ -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) {