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