mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixup after review
This commit is contained in:
parent
4852f729ff
commit
f3dfba7a81
@ -316,6 +316,8 @@ void RimWellRftPlot::updateEditorsFromPreviousSelection()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This has to happen after the m_selectedSources is filled
|
||||||
|
// because the available time steps is dependent on the selected sources.
|
||||||
auto timeStepOptions = calculateValueOptions( &m_selectedTimeSteps, &dummy );
|
auto timeStepOptions = calculateValueOptions( &m_selectedTimeSteps, &dummy );
|
||||||
for ( auto timeStepOption : timeStepOptions )
|
for ( auto timeStepOption : timeStepOptions )
|
||||||
{
|
{
|
||||||
|
@ -424,7 +424,7 @@ void RiuWellLogPlot::reinsertTracks()
|
|||||||
{
|
{
|
||||||
m_trackLayout->addWidget( m_legends[tIdx], 0, static_cast<int>( visibleIndex ) );
|
m_trackLayout->addWidget( m_legends[tIdx], 0, static_cast<int>( visibleIndex ) );
|
||||||
m_trackLayout->addWidget( m_trackPlots[tIdx], 1, static_cast<int>( visibleIndex ) );
|
m_trackLayout->addWidget( m_trackPlots[tIdx], 1, static_cast<int>( visibleIndex ) );
|
||||||
m_trackLayout->setRowStretch( 1, 10 );
|
m_trackLayout->setRowStretch( 1, 1 );
|
||||||
|
|
||||||
if ( !m_plotDefinition->areTrackLegendsVisible() )
|
if ( !m_plotDefinition->areTrackLegendsVisible() )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user