[processing] force onLayerChanged() call in the

QgsProcessingMapLayerCombobox constructor to setup signals and
feature selection handling with initially selected layer (fix #30636)
This commit is contained in:
Alexander Bruy 2019-09-13 13:08:36 +03:00 committed by Nyall Dawson
parent 04f0879ed5
commit 4861114f2e

View File

@ -117,6 +117,8 @@ QgsProcessingMapLayerComboBox::QgsProcessingMapLayerComboBox( const QgsProcessin
setLayout( vl );
setAcceptDrops( true );
onLayerChanged( mCombo->currentLayer() );
}
QgsProcessingMapLayerComboBox::~QgsProcessingMapLayerComboBox() = default;