Searched refs:mRedoAction (Results 1 – 1 of 1) sorted by relevance
193 private IAction mRedoAction; field in LayoutCanvas1440 if (mRedoAction == null) { in updateGlobalActions()1442 mRedoAction = new LintEditAction(redoAction, getEditorDelegate().getEditor()); in updateGlobalActions()1444 bars.setGlobalActionHandler(ActionFactory.REDO.getId(), mRedoAction); in updateGlobalActions() local