mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-03 02:30:52 +01:00
Improve commit 73c0848fcd
This commit is contained in:
@@ -97,6 +97,12 @@ Diagram::Diagram(QETProject *project) :
|
||||
emit diagramInformationChanged();
|
||||
});
|
||||
|
||||
connect(m_project, &QETProject::projectInformationsChanged, this, [this]() {
|
||||
for (auto conductor : content().conductors()) {
|
||||
conductor->refreshText();
|
||||
}
|
||||
});
|
||||
|
||||
connect(&border_and_titleblock,
|
||||
&BorderTitleBlock::needTitleBlockTemplate,
|
||||
this, &Diagram::setTitleBlockTemplate);
|
||||
|
||||
Reference in New Issue
Block a user