mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-223740 [Debugger tool window]: Focus is lost when switching tabs via "Show List of Tabs" on Linux
GitOrigin-RevId: de6f50a3aaaae32e379ddac9e42a7b42b485e4fc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
41b30868fa
commit
5e86efe5f2
@@ -624,7 +624,9 @@ public class RunnerContentUi implements ContentUI, Disposable, CellTransform.Fac
|
||||
ContentManager manager = value.getManager();
|
||||
if (manager != null) {
|
||||
ApplicationManager.getApplication().invokeLater(() -> {
|
||||
manager.setSelectedContentCB(value, true, true);
|
||||
IdeFocusManager.getInstance(getProject()).doWhenFocusSettlesDown(() -> {
|
||||
manager.setSelectedContentCB(value, true, true);
|
||||
});
|
||||
});
|
||||
}
|
||||
return PopupStep.FINAL_CHOICE;
|
||||
|
||||
Reference in New Issue
Block a user