Fix typo in grease pencil UI

This commit is contained in:
Campbell Barton 2019-03-13 12:53:40 +11:00
parent bf9904ec80
commit e24de17b8d
1 changed files with 1 additions and 1 deletions

View File

@ -1766,7 +1766,7 @@ class VIEW3D_PT_tools_grease_pencil_interpolate(Panel):
if settings.type == 'BACK':
layout.prop(settings, "back")
elif setting.type == 'ELASTIC':
elif settings.type == 'ELASTIC':
sub = layout.column(align=True)
sub.prop(settings, "amplitude")
sub.prop(settings, "period")