summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-03-21 21:25:14 -0400
committerLex Neva <github.com@lexneva.name>2019-03-22 19:34:03 -0400
commite54b9d7d8dae59321c6bfbc2de1b02e06c58466d (patch)
tree1abe0f3d6d582b1a6380a0a456539d6f01e95026
parente7a8a3677b805d338362be6556aa702d40791fa2 (diff)
default underlay underpathing to enabled as well
-rw-r--r--lib/elements/auto_fill.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/elements/auto_fill.py b/lib/elements/auto_fill.py
index a30bb6df..bbb2aff1 100644
--- a/lib/elements/auto_fill.py
+++ b/lib/elements/auto_fill.py
@@ -139,9 +139,9 @@ class AutoFill(Fill):
'are not visible. This gives them a jagged appearance.'),
group=_('AutoFill Underlay'),
type='boolean',
- default=False)
+ default=True)
def underlay_underpath(self):
- return self.get_boolean_param('underpath', False)
+ return self.get_boolean_param('underpath', True)
def shrink_or_grow_shape(self, amount):
if amount: