mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user