mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Fix bug 293: Automatic conductor numbering does not work
This commit is contained in:
parent
902a976cc3
commit
b7fc8834a2
@ -220,7 +220,7 @@ void ConductorAutoNumerotation::numeratePotential()
|
|||||||
*/
|
*/
|
||||||
void ConductorAutoNumerotation::numerateNewConductor()
|
void ConductorAutoNumerotation::numerateNewConductor()
|
||||||
{
|
{
|
||||||
if (m_conductor) {
|
if (!m_conductor) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user