don't autoscroll breakpoints tree

This commit is contained in:
andrey.zaytsev
2012-12-18 21:53:58 +04:00
parent 58def3c22f
commit 6e732bb036
@@ -51,5 +51,6 @@ public class BreakpointsCheckboxTree extends CheckboxTree {
public BreakpointsCheckboxTree(BreakpointItemsTreeController model) {
super(new BreakpointsTreeCellRenderer.BreakpointsCheckboxTreeCellRenderer(), model.getRoot());
setHorizontalAutoScrollingEnabled(false);
}
}