mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#991 Statistics: Do not modify selected results when loading project file
This commit is contained in:
@@ -71,6 +71,8 @@ public:
|
||||
|
||||
caf::PdmField< bool > m_calculateEditCommand;
|
||||
virtual void updateFilePathsFromProjectPath(const QString& projectPath, const QString& oldProjectPath){}
|
||||
|
||||
void populateResultSelectionAfterLoadingGrid();
|
||||
|
||||
private:
|
||||
void scheduleACTIVEGeometryRegenOnReservoirViews();
|
||||
@@ -79,7 +81,7 @@ private:
|
||||
|
||||
void getSourceCases(std::vector<RimEclipseCase*>& sourceCases);
|
||||
|
||||
void populateWithDefaultsIfNeeded();
|
||||
void populateResultSelection();
|
||||
|
||||
void updateSelectionListVisibilities();
|
||||
void updateSelectionSummaryLabel();
|
||||
@@ -121,4 +123,6 @@ private:
|
||||
caf::PdmField<QString> m_wellDataSourceCase;
|
||||
|
||||
caf::PdmField< bool > m_useZeroAsInactiveCellValue;
|
||||
|
||||
bool m_populateSelectionAfterLoadingGrid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user