#322 Result field name in info box

This commit is contained in:
Jacob Støren 2015-06-17 15:04:06 +02:00
parent 2c980e6b1b
commit 8773c54f17

View File

@ -324,7 +324,7 @@ void Rim3dOverlayInfoConfig::updateGeoMech3DInfo(RimGeoMechView * geoMechView)
}
infoText += QString(
"<b>Cell result:</b> %1 %2").arg(resultPos, resultName);
"<b>Cell result:</b> %1, %2, %3").arg(resultPos).arg(fieldName).arg(resultName);
double min = 0, max = 0;
double p10 = 0, p90 = 0;