Replace deprecated icons with actual

This commit is contained in:
Dmitry Gridin
2019-04-17 18:00:00 +07:00
parent c41b98f5b9
commit bdb97ed46a
3 changed files with 6 additions and 18 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ class FirExplorerToolWindow(private val project: Project, private val toolWindow
override fun update(presentation: PresentationData) {
super.update(presentation)
presentation.setIcon(AllIcons.General.Recursive)
presentation.setIcon(AllIcons.Actions.ShowAsTree)
}
override fun getChildren(): Array<SimpleNode> {