isDirty method

bool isDirty()

Implementation

bool isDirty() {
  return commandStack.isDirty();
}