mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ActionPlaces.UNKNOWN -> real name for toolbars
Signed-off-by: Konstantin Bulenkov <kb@jetbrains.com>
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ public class ProjectStructureConfigurable extends BaseConfigurable implements Se
|
||||
final DefaultActionGroup toolbarGroup = new DefaultActionGroup();
|
||||
toolbarGroup.add(new BackAction(myComponent));
|
||||
toolbarGroup.add(new ForwardAction(myComponent));
|
||||
final ActionToolbar toolbar = ActionManager.getInstance().createActionToolbar(ActionPlaces.UNKNOWN, toolbarGroup, true);
|
||||
final ActionToolbar toolbar = ActionManager.getInstance().createActionToolbar("ProjectStructure", toolbarGroup, true);
|
||||
toolbar.setTargetComponent(myComponent);
|
||||
myToolbarComponent = toolbar.getComponent();
|
||||
left.setBackground(UIUtil.SIDE_PANEL_BACKGROUND);
|
||||
|
||||
Reference in New Issue
Block a user