fixed focus on closing syncdir
This commit is contained in:
parent
2d264b683e
commit
03472ae2e4
@ -1796,6 +1796,9 @@ public class MainWindow extends JFrame {
|
||||
File rightDir = rightPanel.getCurrentDirectory();
|
||||
SyncDirectoriesDialog dialog = new SyncDirectoriesDialog(this, leftDir, rightDir, config);
|
||||
dialog.setVisible(true);
|
||||
|
||||
// After closing sync dialog, return focus to the active panel
|
||||
requestFocusInActivePanel();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user