add missing notifiers for mask tools, some wouldn't refresh the compositor.

This commit is contained in:
Campbell Barton
2013-06-23 15:48:00 +00:00
parent 70fd2320c8
commit 23c053748d
2 changed files with 12 additions and 3 deletions

View File

@@ -250,6 +250,7 @@ class MASK_PT_tools():
col.operator("mask.delete")
col.operator("mask.cyclic_toggle")
col.operator("mask.switch_direction")
col.operator("mask.handle_type_set")
col = layout.column(align=True)
col.label(text="Parenting:")