mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[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:
parent
04f0879ed5
commit
4861114f2e
@ -117,6 +117,8 @@ QgsProcessingMapLayerComboBox::QgsProcessingMapLayerComboBox( const QgsProcessin
|
||||
setLayout( vl );
|
||||
|
||||
setAcceptDrops( true );
|
||||
|
||||
onLayerChanged( mCombo->currentLayer() );
|
||||
}
|
||||
|
||||
QgsProcessingMapLayerComboBox::~QgsProcessingMapLayerComboBox() = default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user