Browse Source

Merge pull request #1446 in BA/design from ~HZZZ/design:release/9.0 to release/9.0

* commit 'd0cac22dcfb7c849d46d2b0e2a7f03e068ae6019':
  .
  REPORT-5492 菜单样式
master
superman 7 years ago
parent
commit
af649a3037
  1. 6
      designer/src/com/fr/design/mainframe/ElementCasePaneDelegate.java

6
designer/src/com/fr/design/mainframe/ElementCasePaneDelegate.java

@ -188,12 +188,12 @@ public class ElementCasePaneDelegate extends ElementCasePane<WorkSheet> {
MenuDef menuDef = new MenuDef(KeySetUtils.CELL.getMenuKeySetName(), KeySetUtils.CELL.getMnemonic());
menuDef.addShortCut(new CellExpandAttrAction());
menuDef.addShortCut(new CellWidgetAttrAction());
menuDef.addShortCut(new GlobalStyleMenuDef(this));
menuDef.addShortCut(new ConditionAttributesAction());
// 单元格形态
menuDef.addShortCut(DeprecatedActionManager.getPresentMenu(this));
menuDef.addShortCut(new CellWidgetAttrAction());
menuDef.addShortCut(new ConditionAttributesAction());
menuDef.addShortCut(new HyperlinkAction());
menuDef.addShortCut(SeparatorDef.DEFAULT);
menuDef.addShortCut(new MergeCellAction(this));

Loading…
Cancel
Save