bug fix and minor change

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2089 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-04-06 14:32:39 +00:00
parent bbbdcb3a89
commit b49d8d9b4c
3 changed files with 11 additions and 10 deletions

View File

@@ -989,7 +989,7 @@ void ChangeSeveralConductorsPropertiesCommand::redo() {
if (old_settings_set && new_settings_set) {
int i=0;
foreach(Conductor *c, conductors) {
c -> setProperties(new_properties.at(0));
c -> setProperties(new_properties.at(i));
c -> update();
i++;
}