mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[log] move "Select..." up in multi-user filter to match multi-branch one
This commit is contained in:
+1
-1
@@ -52,11 +52,11 @@ class UserFilterPopupComponent extends MultipleValueFilterPopupComponent<VcsLogU
|
||||
protected ActionGroup createActionGroup() {
|
||||
DefaultActionGroup group = new DefaultActionGroup();
|
||||
group.add(createAllAction());
|
||||
group.add(createSelectMultipleValuesAction());
|
||||
if (!myDataHolder.getCurrentUser().isEmpty()) {
|
||||
group.add(createPredefinedValueAction(Collections.singleton(ME)));
|
||||
}
|
||||
group.addAll(createRecentItemsActionGroup());
|
||||
group.add(createSelectMultipleValuesAction());
|
||||
return group;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user