can't close contents in Kotlin Bytecode toolwindow (KT-9797)

This commit is contained in:
Dmitry Jemerov
2016-06-02 16:23:37 +02:00
parent 31cdc917d7
commit 987b48dcfd
@@ -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