mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Info window: Show all result properties mapped on faults
This commit is contained in:
parent
03ad5df4e6
commit
645f824ed0
@ -157,8 +157,7 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
||||
infoText += QString("<table border=0 cellspacing=5 ><tr><td>Min</td><td>P10</td> <td>Mean</td> <td>P90</td> <td>Max</td> </tr>"
|
||||
"<tr><td>%1</td><td> %2</td><td> %3</td><td> %4</td><td> %5 </td></tr></table>").arg(min).arg(p10).arg(mean).arg(p90).arg(max);
|
||||
|
||||
if (propName.compare(RimDefines::combinedTransmissibilityResultName(), Qt::CaseInsensitive) == 0
|
||||
&& m_reservoirView->faultCollection()->showResultsOnFaults())
|
||||
if (m_reservoirView->faultCollection()->showResultsOnFaults())
|
||||
{
|
||||
QString faultMapping;
|
||||
bool isShowingGrid = m_reservoirView->faultCollection()->isGridVisualizationMode();
|
||||
@ -182,7 +181,6 @@ void Rim3dOverlayInfoConfig::update3DInfo()
|
||||
faultMapping = "Show values from cells behind fault";
|
||||
}
|
||||
|
||||
// infoText += QString("<b>Fault results : </b> %1<br>").arg(propName);
|
||||
infoText += QString("<b>Fault results: </b> %1<br>").arg(faultMapping);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user