diff --git a/core/indigo-core/molecule/src/base_molecule.cpp b/core/indigo-core/molecule/src/base_molecule.cpp index 14004e84b5..82513cdc48 100644 --- a/core/indigo-core/molecule/src/base_molecule.cpp +++ b/core/indigo-core/molecule/src/base_molecule.cpp @@ -4887,7 +4887,7 @@ void BaseMolecule::unfoldHydrogens(Array* markers_out, int max_h_cnt, bool for (int j = 0; j < h_cnt; j++) { int new_h_idx = addAtom(ELEM_H); - int new_bond_idx = addBond(i, new_h_idx, BOND_SINGLE); + int new_bond_idx = addBond_Silent(i, new_h_idx, BOND_SINGLE); if (only_selected) // if only selected atoms - select new H too {