Browse Source

update

master
Fangjie Hu 8 years ago
parent
commit
f8a6f64b39
  1. 2
      designer/src/com/fr/design/mainframe/ElementCasePane.java

2
designer/src/com/fr/design/mainframe/ElementCasePane.java

@ -851,7 +851,7 @@ public abstract class ElementCasePane<T extends TemplateElementCase> extends Tar
*/
protected void initInputActionMap() {
InputMap inputMapAncestor = this.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
ActionMap actionMap = this.getActionMap() ;
ActionMap actionMap = this.getActionMap();
// clearReportPage old values.
inputMapAncestor.clear();
actionMap.clear();

Loading…
Cancel
Save