Improved progress bar a bit, for geomech cases

This commit is contained in:
Jacob Støren
2015-05-29 12:14:40 +02:00
parent a338c6abda
commit ca6d9d364d
3 changed files with 13 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ void RimGeoMechView::updateViewerWidgetWindowTitle()
//--------------------------------------------------------------------------------------------------
void RimGeoMechView::loadDataAndUpdate()
{
caf::ProgressInfo progress(7, "Loading Case");
caf::ProgressInfo progress(7, "");
progress.setNextProgressIncrement(5);
updateScaleTransform();