- Timestamp:
- Apr 23, 2021, 9:02:12 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 3b7834
- Parents:
- 0ec9f5
- git-author:
- Frederik Heber <frederik.heber@…> (04/06/21 22:03:16)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 21:02:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PrincipalAxisSystemAction.cpp
r0ec9f5 r0fbea3 84 84 85 85 bool AnalysisPrincipalAxisSystemAction::canUndo() { 86 return true;86 return false; 87 87 } 88 88 89 89 bool AnalysisPrincipalAxisSystemAction::shouldUndo() { 90 return true;90 return false; 91 91 } 92 92 /** =========== end of function ====================== */
Note:
See TracChangeset
for help on using the changeset viewer.
