Browse Source

无jira 代码质量

fbp/release
Levy.Xie-解安森 4 months ago
parent
commit
452bdcdfee
  1. 3
      designer-base/src/main/java/com/fr/design/gui/itree/refreshabletree/RefreshableJTree.java

3
designer-base/src/main/java/com/fr/design/gui/itree/refreshabletree/RefreshableJTree.java

@ -326,9 +326,10 @@ public abstract class RefreshableJTree extends CheckBoxTree {
Rectangle pathBounds = getPathBounds(closestPath); Rectangle pathBounds = getPathBounds(closestPath);
if(pathBounds != null && if(pathBounds != null &&
y >= pathBounds.y && y < (pathBounds.y + pathBounds.height)) y >= pathBounds.y && y < (pathBounds.y + pathBounds.height)) {
return closestPath; return closestPath;
} }
}
return null; return null;
} }
} }

Loading…
Cancel
Save