Start new projects in unmodified state.

This commit is contained in:
Jim Evins
2016-05-21 11:59:35 -04:00
parent bcc4489ab9
commit 4cc6ddab6c
+1
View File
@@ -46,6 +46,7 @@ bool File::newLabel( MainWindow *window )
{
LabelModel* label = new LabelModel();
label->setTmplate( tmplate );
label->clearModified();
// Intelligently decide to rotate label by default
const glabels::Frame* frame = tmplate->frames().first();