mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix horizontal endings on selected elements
This commit is contained in:
@@ -231,7 +231,7 @@ public class WideSelectionTreeUI extends BasicTreeUI {
|
||||
|
||||
@Override
|
||||
protected void paintVerticalLine(Graphics g, JComponent c, int x, int top, int bottom) {
|
||||
if (tree.hasFocus()) {
|
||||
if (tree.hasFocus() && UIUtil.isUnderAlloyIDEALookAndFeel()) {
|
||||
int y0 = top, y1 = top;
|
||||
while (y1 < bottom) {
|
||||
y0 = y1;
|
||||
|
||||
Reference in New Issue
Block a user