can't close contents in Kotlin Bytecode toolwindow (KT-9797)
This commit is contained in:
@@ -35,7 +35,7 @@ class ShowKotlinBytecodeAction(): AnAction() {
|
|||||||
|
|
||||||
var toolWindow = toolWindowManager.getToolWindow(TOOLWINDOW_ID)
|
var toolWindow = toolWindowManager.getToolWindow(TOOLWINDOW_ID)
|
||||||
if (toolWindow == null) {
|
if (toolWindow == null) {
|
||||||
toolWindow = toolWindowManager.registerToolWindow("Kotlin Bytecode", true, ToolWindowAnchor.RIGHT)
|
toolWindow = toolWindowManager.registerToolWindow("Kotlin Bytecode", false, ToolWindowAnchor.RIGHT)
|
||||||
toolWindow.icon = KotlinIcons.SMALL_LOGO_13
|
toolWindow.icon = KotlinIcons.SMALL_LOGO_13
|
||||||
|
|
||||||
val contentManager = toolWindow.contentManager
|
val contentManager = toolWindow.contentManager
|
||||||
|
|||||||
Reference in New Issue
Block a user