Skip to content

Commit

Permalink
remove exportsettings from properties.make_item
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Dec 1, 2023
1 parent a702ab4 commit 20d3114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toppingmaker/projecttopping.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def parse_project(
# make print layouts
self.layouts.make_items(project, export_settings)
# make properties
self.properties.make_items(project, export_settings)
self.properties.make_items(project)

self.stdout.emit(
self.tr("QGIS project map themes parsed with export settings."),
Expand Down

0 comments on commit 20d3114

Please sign in to comment.