mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #8838 from OPM/datasource_steppingtoolbar
Add simplified data source stepping control in toolbar
This commit is contained in:
@@ -183,8 +183,11 @@ void PdmUiToolBarEditor::configureAndUpdateUi( const QString& uiConfigName )
|
||||
}
|
||||
}
|
||||
|
||||
CAF_ASSERT( m_fields.size() == m_fieldViews.size() );
|
||||
CAF_ASSERT( static_cast<int>( m_fields.size() ) == m_actions.size() );
|
||||
// CAF_ASSERT( m_fields.size() == m_fieldViews.size() );
|
||||
if ( static_cast<int>( m_fields.size() ) != m_actions.size() ) return;
|
||||
|
||||
// CAF_ASSERT( static_cast<int>( m_fields.size() ) == m_actions.size() );
|
||||
if ( static_cast<int>( m_fields.size() ) != m_actions.size() ) return;
|
||||
|
||||
for ( size_t i = 0; i < m_fields.size(); i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user