Browse Source

代码修改

feature/big-screen
kerry 4 years ago
parent
commit
4eec199320
  1. 2
      designer-form/src/main/java/com/fr/design/mainframe/FormDesignerUI.java

2
designer-form/src/main/java/com/fr/design/mainframe/FormDesignerUI.java

@ -294,7 +294,7 @@ public class FormDesignerUI extends ComponentUI {
drawResizingThumbs(g, selectionModel.getSelection().getDirections(), bounds.x, bounds.y, bounds.width, bounds.height);
//选中时边框颜色
g.setColor(XCreatorConstants.LAYOUT_FORBIDDEN_COLOR);
g.setColor(XCreatorConstants.FORM_BORDER_COLOR);
for (XCreator creator : selectionModel.getSelection().getSelectedCreators()) {
Rectangle creatorBounds = ComponentUtils.getRelativeBounds(creator);

Loading…
Cancel
Save