Skip to content

Commit

Permalink
update raster resampling widgets after loading a style (fix #56771)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and nyalldawson committed Jan 31, 2025
1 parent 2defd04 commit 43e9830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/raster/qgsrasterlayerproperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,9 @@ void QgsRasterLayerProperties::sync()
mInvertColorsCheck->setChecked( hueSaturationFilter->invertColors() );
}

// Resampling
mResamplingUtils.refreshWidgetsFromLayer();

mRefreshSettingsWidget->syncToLayer();

QgsDebugMsgLevel( QStringLiteral( "populate general tab" ), 3 );
Expand Down

0 comments on commit 43e9830

Please sign in to comment.