Typo: Fixing a typo that broke switching the keyframe matching in tracking pies

This commit is contained in:
Sebastian Koenig 2015-02-19 12:46:59 +01:00
parent 36d55fccfc
commit 884badcfef
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class CLIP_PIE_marker_pie(Menu):
prop.value = 'KEYFRAME'
else:
prop = pie.operator("wm.context_set_enum", text="Match Keyframe", icon='KEY_HLT')
prop.data_pat = "space_data.clip.tracking.tracks.active.pattern_match"
prop.data_path = "space_data.clip.tracking.tracks.active.pattern_match"
prop.value = 'PREV_FRAME'