default underlay underpathing to enabled as well

pull/409/head
Lex Neva 2019-03-21 21:25:14 -04:00
rodzic e7a8a3677b
commit e54b9d7d8d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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: