Skip to content

Commit

Permalink
Make project dirty when group layer styling properties change
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannQDQ authored and github-actions[bot] committed Apr 27, 2023
1 parent 4a566e8 commit 62cdd89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgslayertreegrouppropertieswidget.cpp
Expand Up @@ -107,6 +107,7 @@ void QgsLayerTreeGroupPropertiesWidget::apply()
groupLayer->setPaintEffect( mPaintEffect->clone() );

groupLayer->triggerRepaint();
QgsProject::instance()->setDirty( true );
}
else if ( mMapLayerConfigWidgetContext.mapCanvas() )
{
Expand Down

0 comments on commit 62cdd89

Please sign in to comment.