mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
e07c83334d
11 changed files with 43 additions and 50 deletions
|
@ -152,7 +152,7 @@ public abstract class AbstractDockingTool implements DockingTool {
|
|||
|
||||
@Override
|
||||
public void showDialog(DialogComponentProvider dialogComponent) {
|
||||
DockingWindowManager.showDialog(getToolFrame(), dialogComponent);
|
||||
DockingWindowManager.showDialog(null, dialogComponent);
|
||||
}
|
||||
|
||||
public JFrame getToolFrame() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue