IDEA-185007 No find in bytecode view

This commit is contained in:
Denis Fokin
2018-01-16 18:04:34 +03:00
parent a561814784
commit 7b821d6710

View File

@@ -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)