Browse Source

REPORT-6645 参数面板里的bug2=>参数一个一个加会导致参数面板和body结构出问题

plough 7 years ago
parent
commit
2a044e5431
  1. 5
      designer_form/src/com/fr/design/mainframe/ComponentTree.java

5
designer_form/src/com/fr/design/mainframe/ComponentTree.java

@ -125,6 +125,11 @@ public class ComponentTree extends JTree {
scrollPathToVisible(treepath[0]); scrollPathToVisible(treepath[0]);
} }
@Override
public void paint(Graphics g) {
super.paint(g);
designer.getSelectionModel(); // 否则参数一个一个加会导致参数面板和body结构出问题
}
/** /**
* 刷新 * 刷新

Loading…
Cancel
Save