RNA: Area.header_text_set text is now required
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user