/branches/Version135/Scribus/scribus/undomanager.cpp |
---|
507,7 → 507,8 |
{ |
// qDebug() << "UndoManager: Action executed:" << target->getUName() << state->getName(); |
state->setUndoObject(target); |
stacks_[currentDoc_].action(state); |
if (stacks_[currentDoc_].action(state)) |
emit popBack(); |
} |
if (targetPixmap) |
target->setUPixmap(oldIcon); |