Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp

    rf47efd4 rc60665  
    329329    }
    330330  }
    331   if (DoResetPosition)
     331  if (DoResetPosition) {
    332332    resetPosition();
    333   if (DoResetWidth)
     333    emit changed();
     334  }
     335  if (DoResetWidth) {
    334336    resetWidth();
    335   if ((DoResetPosition) || (DoResetWidth))
    336337    emit changed();
     338  }
    337339}
    338340
Note: See TracChangeset for help on using the changeset viewer.