Skip to content
  • Dmitry Kazakov's avatar
    Remove all explicit setModified calls · fe691e04
    Dmitry Kazakov authored
    The modified state must be controlled by the undo stack. Therefore,
    this signal is now emitted by KisUndoStore.
    
    In cases where undo history is not implemented, like in compositions
    docker, one should use KisImage::setModifiedWithoutUndo(). This method
    marks image as modified until the next save operation. And this mark
    cannot be overridden by the undo stack.
    fe691e04