Skip to content

Commit

Permalink
fix(classes): Load package required by settings handler into geometry…
Browse files Browse the repository at this point in the history
… class
  • Loading branch information
alerque committed Nov 7, 2023
1 parent 17a6bb8 commit 6a4dbcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/cageometry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function class:_init (options)
SU.error("Cannot run without CASILE global instantiated")
end
plain._init(self, options)
self:loadPackage("linespacing")
end

class.declareOptions = cabook.declareOptions
Expand Down

0 comments on commit 6a4dbcf

Please sign in to comment.