Skip to content

Commit

Permalink
Make Pagetype more dynamic in new XPath mode
Browse files Browse the repository at this point in the history
This allows variables defined later to be used in the Pagetype
  • Loading branch information
pgundlach committed Jan 23, 2025
1 parent 50be73d commit 74efa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/publisher/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3824,7 +3824,7 @@ function commands.positioning_area( layoutxml,dataxml )
tab.colorname = colorname
tab.layoutxml = layoutxml
if publisher.newxpath then
tab.dataxml = dataxml:copy()
tab.dataxml = dataxml
else
tab.dataxml = dataxml
end
Expand Down

0 comments on commit 74efa95

Please sign in to comment.