Don't show asterisk (*) near file name if file saved.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-02-11 13:04:12 +02:00
parent 949e1d9011
commit c4c03e1d3e

View File

@ -2004,6 +2004,7 @@ bool MainWindow::SavePattern(const QString &fileName, QString &error)
{
qCDebug(vMainWindow)<<"Could not save file"<<fileName<<"."<<error<<".";
}
PatternWasModified(result);
return result;
}