RNA: Area.header_text_set text is now required

This commit is contained in:
2018-09-08 06:23:25 +10:00
parent 9c7195789d
commit f23319d095
4 changed files with 9 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ class MyCustomShapeWidget(Gizmo):
return {'RUNNING_MODAL'}
def exit(self, context, cancel):
context.area.header_text_set()
context.area.header_text_set("")
if cancel:
self.target_set_value("offset", self.init_value)