mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Tests - fixed tests for Version Control actions in the 'Find Checkouts'
dialog
This commit is contained in:
parent
ea4407f0e8
commit
725bdee15e
4 changed files with 33 additions and 42 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