Skip to content

Commit 2adec4b

Browse files
committed
fix missing projectContentState.setState_spatialResolution, to avoid fail on need recomputation evaluation. this change define v1.01
1 parent 7d85817 commit 2adec4b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sourceCode/application/logic/model/ApplicationModel_projectPart.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,9 @@ bool ApplicationModel::runComputation() {
15981598
_computationCore_iqaTableModel.clearComputedStakedProfilsContent(bClearAllBoxes);
15991599
_projectContentState.setState_computationParameters(e_Project_computationParametersState::e_P_computationParametersS_set);
16001600

1601+
_projectContentState.setState_spatialResolution(e_Project_spatialResolutionState::e_P_stackedProfilEditedS_set); //@LP v1.01
1602+
1603+
16011604
emit signal_openDialog_taskInProgress_forLongComputation(
16021605
"processing...", "Computing stacked profile boxes",
16031606
0, ptrCoreComputation_inheritQATableModel()->getBoxCount());

sourceCode/application/logic/model/appVersionInfos/appVersionInfos.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class AppVersionInfos {
88
public:
99

1010
static constexpr const char* _sctct_softwareName = "StackProf";
11-
static constexpr const char* _sctct_appVersion = "1.00";
12-
static constexpr const char* _sctct_appVersionDeliveryDate = "28 May, 2021";
11+
static constexpr const char* _sctct_appVersion = "1.01";
12+
static constexpr const char* _sctct_appVersionDeliveryDate = "30 May 2021";
1313

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

0 commit comments

Comments
 (0)