Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/AddEmptyBoundaryAction.cpp

    r97ebf8 r116f37  
    6969    AtomRunner = AllAtoms.begin();
    7070    for (; AtomRunner != AllAtoms.end(); ++AtomRunner)
    71       (*AtomRunner)->x -= Min;
     71      (*AtomRunner)->x -= Min - boundary;
    7272    delete dialog;
    7373    return Action::success;
Note: See TracChangeset for help on using the changeset viewer.