archipack: fix typo in roofs

This commit is contained in:
stephen leger 2017-08-01 04:11:33 +02:00
parent 45cad6756f
commit 631fc487f7
1 changed files with 2 additions and 0 deletions

View File

@ -3676,6 +3676,8 @@ class archipack_roof_segment(ArchipackSegment, PropertyGroup):
box.prop(self, "width_right")
if self.auto_right in {'ALL', 'SLOPE'}:
box.prop(self, "slope_right")
elif self.constraint_type == 'HORIZONTAL':
box.prop(self, "triangular_end")
def update(self, context, manipulable_refresh=False, update_hole=False):
props = self.find_in_selection(context)