Don't show the "Correlation" tracking preset when the hybrid tracker is selected.

This commit is contained in:
Keir Mierle
2011-12-03 23:33:07 +00:00
parent bc8fb9ff37
commit 8e01cfa045

View File

@@ -129,7 +129,7 @@ class CLIP_PT_tools_marker(Panel):
if settings.default_tracker == 'KLT':
col.prop(settings, "default_pyramid_levels")
else:
elif settings.default_tracker == 'SAD':
col.prop(settings, "default_correlation_min")
col.separator()