mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
really focus existing project frame when opening already opened project (related to IDEA-113158)
This commit is contained in:
@@ -268,7 +268,7 @@ public class ProjectUtil {
|
||||
AppIcon.getInstance().requestFocus((IdeFrame)WindowManager.getInstance().getFrame(p));
|
||||
cmd.run();
|
||||
} else {
|
||||
IdeFocusManager.getInstance(p).requestFocus(cmd, false);
|
||||
IdeFocusManager.getInstance(p).requestFocus(cmd, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user