mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8310 Summary Plot Manager : Add data source filtering
This commit is contained in:
@@ -494,6 +494,9 @@ QWidget* PdmUiComboBoxEditor::createEditorWidget( QWidget* parent )
|
||||
|
||||
connect( m_comboBox, SIGNAL( activated( int ) ), this, SLOT( slotIndexActivated( int ) ) );
|
||||
|
||||
// Forward focus event to combo box editor
|
||||
m_placeholder->setFocusProxy( m_comboBox );
|
||||
|
||||
return m_placeholder;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user