EA-57015 - SOE: AbstractTreeUi.access$

This commit is contained in:
Alexander Lobas
2014-05-28 21:47:38 +04:00
parent 48a01b0e4e
commit c0a470f584
@@ -135,7 +135,7 @@ public final class DesignerToolWindow implements DesignerToolWindowContent {
@Override
public void actionPerformed(AnActionEvent e) {
if (myTreeBuilder != null) {
myTreeBuilder.expandAll(null);
TreeUtil.expandAll(myComponentTree);
}
}
};