mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IJPL-162835 "Open project windows" popup keeps focus
(cherry picked from commit 92c95c7713cf5e5d5fac8065b474db72ef2559f7) IJ-CR-147855 GitOrigin-RevId: d16f68881627168fbe81c1d8ad938ae7f8205af2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e14b11fb91
commit
d0d015c29c
@@ -3,10 +3,7 @@ package com.intellij.openapi.wm.impl;
|
||||
|
||||
import com.intellij.ide.IdeBundle;
|
||||
import com.intellij.ide.lightEdit.LightEditService;
|
||||
import com.intellij.openapi.actionSystem.ActionUpdateThread;
|
||||
import com.intellij.openapi.actionSystem.AnActionEvent;
|
||||
import com.intellij.openapi.actionSystem.CommonDataKeys;
|
||||
import com.intellij.openapi.actionSystem.ToggleAction;
|
||||
import com.intellij.openapi.actionSystem.*;
|
||||
import com.intellij.openapi.project.DumbAware;
|
||||
import com.intellij.openapi.project.Project;
|
||||
import com.intellij.openapi.project.ProjectManager;
|
||||
@@ -50,6 +47,7 @@ public final class ProjectWindowAction extends ToggleAction implements DumbAware
|
||||
myNext = this;
|
||||
}
|
||||
getTemplatePresentation().setText(projectName, false);
|
||||
getTemplatePresentation().setKeepPopupOnPerform(KeepPopupOnPerform.Never);
|
||||
}
|
||||
|
||||
public void dispose() {
|
||||
|
||||
Reference in New Issue
Block a user