Browse Source

CORE-97 DesignerModuleActivator拆分

cptx不显示
master
ju 6 years ago
parent
commit
65ed082a7b
  1. 2
      designer-realize/src/com/fr/start/Designer.java

2
designer-realize/src/com/fr/start/Designer.java

@ -168,7 +168,7 @@ public class Designer extends BaseDesigner {
@Override
public ShortCut[] createNewFileShortCuts() {
ArrayList<ShortCut> shortCuts = new ArrayList<ShortCut>();
shortCuts.add(new NewWorkBookXAction());
// shortCuts.add(new NewWorkBookXAction());
shortCuts.add(new NewWorkBookAction());
shortCuts.add(new NewPolyReportAction());
try {

Loading…
Cancel
Save