Test fixes for intermittent key binding options failure

This commit is contained in:
dragonmacher 2021-06-09 14:59:37 -04:00
parent 066b285446
commit 26dc7b62b7
2 changed files with 5 additions and 3 deletions

View file

@ -44,7 +44,7 @@ class FileChooserActionManager {
}
private void createActions() {
renameAction = new DockingAction("Rename", OWNER) {
renameAction = new DockingAction("Rename", OWNER, false) {
@Override
public void actionPerformed(ActionContext context) {
@ -87,7 +87,7 @@ class FileChooserActionManager {
renameAction.markHelpUnnecessary();
chooser.addAction(renameAction);
removeRecentAction = new DockingAction("Remove Recent", OWNER) {
removeRecentAction = new DockingAction("Remove Recent", OWNER, false) {
@Override
public void actionPerformed(ActionContext context) {