Skip to content

Commit d06670b

Browse files
Update Mergin/utils.py
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
1 parent a43b234 commit d06670b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mergin/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ def icon_for_layer(layer) -> QIcon:
15801580
return QgsApplication.getThemeIcon("/mIconTableLayer.svg")
15811581

15821582

1583-
# Copy a layer and it's legend
1583+
# Copy a layer and its legend
15841584
def layer_copy(layer, style_name="mergin_diff"):
15851585
lyr_clone = layer.materialize(QgsFeatureRequest().setFilterFids(layer.allFeatureIds()))
15861586
lyr_clone.setName(layer.name())

0 commit comments

Comments
 (0)