mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[ui] IJPL-217259 do not init ToolWindow to update its background color
GitOrigin-RevId: 42a50d2b9a6fffcf062a22c5aec95ed8d6ff819f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0c8aa61227
commit
f93f4a5b32
@@ -236,8 +236,8 @@ private val LOG = logger<ToolWindowManagerImpl>()
|
||||
|
||||
internal fun updateContentBackgroundColors() {
|
||||
val color = JBUI.CurrentTheme.ToolWindow.background()
|
||||
|
||||
for (content in contentManager.value.contents) {
|
||||
val contentManager = contentManager.valueIfInitialized ?: return
|
||||
for (content in contentManager.contents) {
|
||||
InternalDecoratorImpl.setBackgroundRecursively(content.component, color)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user