Skip to content

Commit

Permalink
fix missing projectContentState.setState_spatialResolution, to avoid …
Browse files Browse the repository at this point in the history
…fail on need recomputation evaluation. this change define v1.01
  • Loading branch information
lp-rep committed May 30, 2021
1 parent 7d85817 commit 2adec4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,9 @@ bool ApplicationModel::runComputation() {
_computationCore_iqaTableModel.clearComputedStakedProfilsContent(bClearAllBoxes);
_projectContentState.setState_computationParameters(e_Project_computationParametersState::e_P_computationParametersS_set);

_projectContentState.setState_spatialResolution(e_Project_spatialResolutionState::e_P_stackedProfilEditedS_set); //@LP v1.01


emit signal_openDialog_taskInProgress_forLongComputation(
"processing...", "Computing stacked profile boxes",
0, ptrCoreComputation_inheritQATableModel()->getBoxCount());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class AppVersionInfos {
public:

static constexpr const char* _sctct_softwareName = "StackProf";
static constexpr const char* _sctct_appVersion = "1.00";
static constexpr const char* _sctct_appVersionDeliveryDate = "28 May, 2021";
static constexpr const char* _sctct_appVersion = "1.01";
static constexpr const char* _sctct_appVersionDeliveryDate = "30 May 2021";

static constexpr const char* _sctct_mainContact = "[email protected]"; //contact: *developperEmail*, [email protected]

Expand Down

0 comments on commit 2adec4b

Please sign in to comment.