mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-2973 - Navigation - fixed navigation buttons when using a snapshot in
its own window
This commit is contained in:
parent
a51ef0926d
commit
1d5f9ffd5e
16 changed files with 740 additions and 341 deletions
|
@ -118,7 +118,7 @@ class ShowComponentAction extends DockingAction implements Comparable<ShowCompon
|
|||
|
||||
@Override
|
||||
public void actionPerformed(ActionContext context) {
|
||||
winMgr.showComponent(info, true, true);
|
||||
winMgr.showComponent(info, true, true, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue