mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-131301 Push dialog has wrong indents in the commit tree view
*expand/collapse tree icons removed for single-repo project
This commit is contained in:
@@ -117,6 +117,7 @@ public class PushLog extends JPanel implements TypeSafeDataProvider {
|
||||
}
|
||||
};
|
||||
myTree.setEditable(true);
|
||||
myTree.setShowsRootHandles(root.getChildCount() > 1);
|
||||
MyTreeCellEditor treeCellEditor = new MyTreeCellEditor();
|
||||
myTree.setCellEditor(treeCellEditor);
|
||||
treeCellEditor.addCellEditorListener(new CellEditorListener() {
|
||||
|
||||
Reference in New Issue
Block a user