fix order for setting target component
This commit is contained in:
parent
83b42679e0
commit
7cf86e1345
@ -72,8 +72,8 @@ public class TreeView implements DataSynchronizer {
|
|||||||
ActionToolbar actionToolbar = ActionManager.getInstance()
|
ActionToolbar actionToolbar = ActionManager.getInstance()
|
||||||
.createActionToolbar("TranslationsActions", group, false);
|
.createActionToolbar("TranslationsActions", group, false);
|
||||||
|
|
||||||
toolBarPanel.add(actionToolbar.getComponent());
|
|
||||||
actionToolbar.setTargetComponent(toolBarPanel);
|
actionToolbar.setTargetComponent(toolBarPanel);
|
||||||
|
toolBarPanel.add(actionToolbar.getComponent());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user