Changes in / [994713:4b7650]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionHistory.cpp
r994713 r4b7650 140 140 141 141 bool ActionHistory::RedoAction::isActive(){ 142 std::cout << "Redo" << std::endl; 142 143 return hist->hasRedo(); 143 144 } … … 149 150 150 151 Action::state_ptr ActionHistory::RedoAction::performCall(){ 151 std::cout << "Redo" << std::endl;152 152 hist->redoLast(); 153 153 return Action::success;
Note:
See TracChangeset
for help on using the changeset viewer.