mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't autoscroll breakpoints tree
This commit is contained in:
+1
@@ -51,5 +51,6 @@ public class BreakpointsCheckboxTree extends CheckboxTree {
|
||||
|
||||
public BreakpointsCheckboxTree(BreakpointItemsTreeController model) {
|
||||
super(new BreakpointsTreeCellRenderer.BreakpointsCheckboxTreeCellRenderer(), model.getRoot());
|
||||
setHorizontalAutoScrollingEnabled(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user