VFP: Make sure table number is included for INJ plots

This commit is contained in:
Magne Sjaastad 2024-11-25 12:33:44 +01:00 committed by jonjenssen
parent 1199d761ee
commit 24fc63ab6d

View File

@ -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++;