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:
@@ -221,7 +221,7 @@ public class CyclicDependenciesPanel extends JPanel implements Disposable, DataP
|
||||
group.add(new GroupByScopeTypeAction());
|
||||
group.add(new ContextHelpAction("dependency.viewer.tool.window"));
|
||||
|
||||
ActionToolbar toolbar = ActionManager.getInstance().createActionToolbar(ActionPlaces.UNKNOWN, group, true);
|
||||
ActionToolbar toolbar = ActionManager.getInstance().createActionToolbar("CyclicDependencies", group, true);
|
||||
return toolbar.getComponent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user