mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Allow blank selection in Auto Numbering Dock
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4580 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -114,6 +114,7 @@ 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();
|
||||
@@ -161,7 +162,7 @@ void NewDiagramPage::applyConf() {
|
||||
xrp.toSettings(settings, str += key);
|
||||
}
|
||||
}
|
||||
emit (m_project->defaultTitleBlockPropertiesChanged());
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user