Fix operators from W menu for the API changes
This commit is contained in:
@@ -831,7 +831,7 @@ class WM_OT_context_modal_mouse(Operator):
|
||||
header_text = header_text % eval("item.%s" % self.data_path_item)
|
||||
else:
|
||||
header_text = (self.header_text % delta) + " (delta)"
|
||||
context.area.header_text_set(header_text)
|
||||
context.area.header_text_set(text=header_text)
|
||||
|
||||
elif 'LEFTMOUSE' == event_type:
|
||||
item = next(iter(self._values.keys()))
|
||||
|
||||
Reference in New Issue
Block a user