- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/SelectionAction/Atoms/PopAtomsAction.cpp
r3213f2 rc1d837 63 63 ActionState::ptr SelectionPopAtomsAction::performUndo(ActionState::ptr _state) { 64 64 SelectionPopAtomsState *state = static_cast<SelectionPopAtomsState *>(_state.get()); 65 LOG(1, "P opping atom selection.");65 LOG(1, "Pushing atom selection."); 66 66 World::getInstance().pushAtomSelection(); 67 67
Note:
See TracChangeset
for help on using the changeset viewer.