mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-181123 Docker. Run Configuration. "Command preview" and "Command line options" fields should not remain over the other windows by changing focus
This commit is contained in:
@@ -194,6 +194,7 @@ public class ExpandableTextField extends ExtendableTextField implements Expandab
|
||||
|
||||
popup = JBPopupFactory.getInstance()
|
||||
.createComponentPopupBuilder(pane, area)
|
||||
.setMayBeParent(true) // this creates a popup as a dialog with alwaysOnTop=false
|
||||
.setFocusable(true)
|
||||
.setRequestFocus(true)
|
||||
.setTitle(title)
|
||||
|
||||
Reference in New Issue
Block a user