Skip to content

Commit 6cdda17

Browse files
authored
Set target component on Explorer's ToolBar (#2741)
1 parent 8107206 commit 6cdda17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jetbrains-core/src/software/aws/toolkits/jetbrains/core/explorer/ExplorerToolWindow.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class ExplorerToolWindow(project: Project) : SimpleToolWindowPanel(true, true),
8686

8787
toolbar = ActionManager.getInstance().createActionToolbar(ActionPlaces.TOOLBAR, group, true).apply {
8888
layoutPolicy = WRAP_LAYOUT_POLICY
89+
setTargetComponent(this@ExplorerToolWindow)
8990
}.component
9091

9192
background = UIUtil.getTreeBackground()

0 commit comments

Comments
 (0)