popup update

master
franMarz 4 years ago committed by GitHub
parent 97fe5f56f2
commit c9b684ae0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,7 +107,7 @@ class op_popup(bpy.types.Operator):
def invoke(self, context, event):
wm = context.window_manager
return wm.invoke_popup(self, width=200, height=200)
return wm.invoke_popup(self, width=200)
def draw(self, context):
self.layout.label(text=self.message)

Loading…
Cancel
Save