- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp
rc60665 rf47efd4 329 329 } 330 330 } 331 if (DoResetPosition) {331 if (DoResetPosition) 332 332 resetPosition(); 333 if (DoResetWidth) 334 resetWidth(); 335 if ((DoResetPosition) || (DoResetWidth)) 333 336 emit changed(); 334 }335 if (DoResetWidth) {336 resetWidth();337 emit changed();338 }339 337 } 340 338
Note:
See TracChangeset
for help on using the changeset viewer.