mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4239 Show Well Allocation Plots: Add well name to suggested view name
This commit is contained in:
@@ -457,7 +457,8 @@ void RimFlowCharacteristicsPlot::fieldChangedByUi(const caf::PdmFieldHandle* cha
|
||||
{
|
||||
if (m_cellFilter() != RigFlowDiagResults::CELLS_ACTIVE)
|
||||
{
|
||||
RimEclipseView* view = RicSelectOrCreateViewFeatureImpl::showViewSelection(m_case, "FlowCharacteristicsLastUsedView", "Show Region in View");
|
||||
RimEclipseView* view = RicSelectOrCreateViewFeatureImpl::showViewSelection(
|
||||
m_case, "FlowCharacteristicsLastUsedView", "RegionView", "Show Region in View");
|
||||
|
||||
if (view != nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user