Bug fix : crash when edit the titleblock properties of an empty project (project without folio)

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4636 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-08-17 13:00:32 +00:00
parent 12477553a8
commit ea7780540e
3 changed files with 13 additions and 10 deletions

View File

@@ -114,7 +114,6 @@ void NewDiagramPage::applyConf() {
if (m_project -> defaultTitleBlockProperties() != new_tbt_prop) {
m_project -> setDefaultTitleBlockProperties(ipw -> properties());
modified_project = true;
emit (m_project->defaultTitleBlockPropertiesChanged());
}
ConductorProperties new_conductor_prop = cpw -> properties();