Ignore:
Timestamp:
Apr 23, 2021, 9:02:12 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

FIX: set all analysis actions hasUndo to false.

  • none of these change the state, hence no need to put an item into the deque of the action history.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp

    r0ec9f5 r0fbea3  
    132132
    133133bool AnalysisSurfaceCorrelationAction::canUndo() {
    134   return true;
     134  return false;
    135135}
    136136
    137137bool AnalysisSurfaceCorrelationAction::shouldUndo() {
    138   return true;
     138  return false;
    139139}
    140140/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.