mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] Properly dispose bytecode viewer toolwindow content
#IDEA-365972 Fixed GitOrigin-RevId: 0d0fcfd9beb44b403d5066b8703133765d6057d8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d47f244cf7
commit
6e45827caa
@@ -38,6 +38,7 @@ internal class ShowBytecodeAction : AnAction() {
|
||||
description = clsFile.presentableUrl
|
||||
}
|
||||
toolWindow.contentManager.addContent(content)
|
||||
content.setDisposer(panel)
|
||||
toolWindow.contentManager.setSelectedContent(content)
|
||||
toolWindow.setAdditionalGearActions(createActionGroup())
|
||||
toolWindow.activate(null)
|
||||
|
||||
Reference in New Issue
Block a user