get navigation history back

This commit is contained in:
Konstantin Bulenkov
2014-09-07 11:37:12 +04:00
parent 66391faf93
commit 45b7f2a9bc
@@ -197,9 +197,9 @@ public class ProjectStructureConfigurable extends BaseConfigurable implements Se
myToolbarComponent = toolbar.getComponent();
if (Registry.is("ide.new.project.settings")) {
left.setBackground(UIUtil.getSidePanelColor());
} else {
left.add(myToolbarComponent, BorderLayout.NORTH);
myToolbarComponent.setBackground(UIUtil.getSidePanelColor());
}
left.add(myToolbarComponent, BorderLayout.NORTH);
left.add(mySidePanel, BorderLayout.CENTER);
mySplitter.setFirstComponent(left);