mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
IDEA-185007 No find in bytecode view
This commit is contained in:
@@ -130,7 +130,7 @@ public class ShowByteCodeAction extends AnAction {
|
||||
return false;
|
||||
};
|
||||
|
||||
final JBPopup popup = JBPopupFactory.getInstance().createComponentPopupBuilder(component, null)
|
||||
final JBPopup popup = JBPopupFactory.getInstance().createComponentPopupBuilder(component, editor.getComponent())
|
||||
.setProject(project)
|
||||
.setDimensionServiceKey(project, ShowByteCodeAction.class.getName(), false)
|
||||
.setResizable(true)
|
||||
|
||||
Reference in New Issue
Block a user