Extended undo/redo framework into ObjectEditor.

This commit is contained in:
Jim Evins
2016-04-30 20:48:57 -04:00
parent ec26cbb07a
commit ec85e2c0ef
4 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ void MainWindow::setModel( LabelModel *label )
mPropertiesView->setModel( mModel, mUndoRedoModel );
mLabelEditor->setModel( mModel, mUndoRedoModel );
mObjectEditor->setModel( mModel );
mObjectEditor->setModel( mModel, mUndoRedoModel );
mPrintView->setModel( mModel );
mContents->setEnabled( true );