Searched refs:mUndoAction (Results 1 – 1 of 1) sorted by relevance
190 private IAction mUndoAction; field in LayoutCanvas1435 if (mUndoAction == null) { in updateGlobalActions()1437 mUndoAction = new LintEditAction(undoAction, getEditorDelegate().getEditor()); in updateGlobalActions()1439 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), mUndoAction); in updateGlobalActions() local