Skip to content

Commit

Permalink
fix: populate layer styling history when properties of annotation ite…
Browse files Browse the repository at this point in the history
…ms change
  • Loading branch information
CodeBardian authored and nyalldawson committed Jan 10, 2023
1 parent 3a77c90 commit 3500e06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/annotations/qgsannotationitempropertieswidget.cpp
Expand Up @@ -143,6 +143,8 @@ void QgsAnnotationItemPropertiesWidget::onChanged()

mLayer->replaceItem( mMapLayerConfigWidgetContext.annotationId(), newItem.release() );
}

emit widgetChanged();
}

void QgsAnnotationItemPropertiesWidget::onLayerPropertyChanged()
Expand Down

0 comments on commit 3500e06

Please sign in to comment.