mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
VFP: Make sure table number is included for INJ plots
This commit is contained in:
parent
1199d761ee
commit
24fc63ab6d
@ -662,6 +662,7 @@ void RimCustomVfpPlot::onLoadDataAndUpdate()
|
||||
QColor curveColor = curveColors().cycledQColor( colorIndex );
|
||||
|
||||
curveNameContent.defaultName = true;
|
||||
if ( tables.size() > 1 ) curveNameContent.tableNumber = true;
|
||||
populatePlotWidgetWithPlotData( m_plotWidget, vfpPlotData, VfpValueSelection(), tableNumber, curveColor, curveNameContent );
|
||||
colorIndex++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user