Skip to content

Commit

Permalink
Fix initiation of fill ring geometry editor, Qt6 isn't tolerant
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 20, 2023
1 parent 284d3e3 commit b57e518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/geometryeditors/FillRing.qml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ VisibilityFadingRow {
function init(featureModel, mapSettings, editorRubberbandModel, editorRenderer)
{
fillRingToolbar.featureModel = featureModel
digitizingLogger.digitizingLayer = featureModel.currentLayer
drawPolygonToolbar.digitizingLogger.digitizingLayer = featureModel.currentLayer
drawPolygonToolbar.rubberbandModel = editorRubberbandModel
drawPolygonToolbar.rubberbandModel.geometryType = Qgis.GeometryType.Polygon
drawPolygonToolbar.mapSettings = mapSettings
Expand Down

1 comment on commit b57e518

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.