Finished extending undo/redo framework into PropertiesView.

This commit is contained in:
Jim Evins
2016-04-30 09:49:50 -04:00
parent 61c41d8ba9
commit ec26cbb07a
4 changed files with 47 additions and 37 deletions
+4
View File
@@ -86,8 +86,12 @@ void LabelModel::restore( const LabelModel *savedModel )
mObjectList.append( object->clone() );
}
// Emit signals based on potential changes
emit changed();
emit selectionChanged();
emit modifiedChanged();
emit nameChanged();
emit sizeChanged();
}