mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-90758 Tree scrolls to the left when selection moves to a node that doesn't fit the viewport
This commit is contained in:
@@ -57,7 +57,7 @@ public class Tree extends JTree implements ComponentWithEmptyText, ComponentWith
|
||||
|
||||
private Dimension myHoldSize;
|
||||
private final MySelectionModel mySelectionModel = new MySelectionModel();
|
||||
private boolean myHorizontalAutoScrolling = false;
|
||||
private boolean myHorizontalAutoScrolling = true;
|
||||
|
||||
public Tree() {
|
||||
initTree_();
|
||||
|
||||
Reference in New Issue
Block a user