GT-2973 - Navigation - fixed navigation buttons when using a snapshot in

its own window
This commit is contained in:
dragonmacher 2019-07-18 14:22:22 -04:00
parent a51ef0926d
commit 1d5f9ffd5e
16 changed files with 740 additions and 341 deletions

View file

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