mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Slight progress-bar improvement
This commit is contained in:
parent
5677665dba
commit
30f3796bab
@ -369,7 +369,7 @@ bool RiaApplication::loadProject(const QString& projectFileName, ProjectLoadActi
|
||||
// Add all "native" cases in the project
|
||||
std::vector<RimCase*> casesToLoad;
|
||||
m_project->allCases(casesToLoad);
|
||||
|
||||
{
|
||||
caf::ProgressInfo caseProgress(casesToLoad.size(), "Reading Cases");
|
||||
|
||||
for (size_t cIdx = 0; cIdx < casesToLoad.size(); ++cIdx)
|
||||
@ -396,7 +396,7 @@ bool RiaApplication::loadProject(const QString& projectFileName, ProjectLoadActi
|
||||
|
||||
caseProgress.incrementProgress();
|
||||
}
|
||||
|
||||
}
|
||||
{
|
||||
if (m_project->mainPlotCollection() && m_project->mainPlotCollection()->wellLogPlotCollection())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user