1
0
mirror of https://github.com/drewcassidy/TexTools-Blender synced 2024-06-11 00:26:53 +00:00

popup update

This commit is contained in:
franMarz 2020-07-15 16:09:27 +02:00 committed by GitHub
parent 97fe5f56f2
commit c9b684ae0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)