mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
For common properties for every conductors at the same potential,
add color and size type on related Potential Conductors git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4290 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1220,6 +1220,8 @@ void Conductor::setProperties(const ConductorProperties &properties)
|
||||
{
|
||||
ConductorProperties other_properties = other_conductor->properties();
|
||||
other_properties.text = properties_.text;
|
||||
other_properties.color = properties_.color;
|
||||
other_properties.cond_size = properties_.cond_size;
|
||||
other_properties.m_function = properties_.m_function;
|
||||
other_properties.m_tension_protocol = properties_.m_tension_protocol;
|
||||
other_conductor->setProperties(other_properties);
|
||||
|
||||
Reference in New Issue
Block a user