Ignore:
File:
1 edited

Legend:

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

    rc60665 rf47efd4  
    329329    }
    330330  }
    331   if (DoResetPosition) {
     331  if (DoResetPosition)
    332332    resetPosition();
     333  if (DoResetWidth)
     334    resetWidth();
     335  if ((DoResetPosition) || (DoResetWidth))
    333336    emit changed();
    334   }
    335   if (DoResetWidth) {
    336     resetWidth();
    337     emit changed();
    338   }
    339337}
    340338
Note: See TracChangeset for help on using the changeset viewer.