fix: message unkown

This commit is contained in:
Swann 2020-12-03 13:30:54 +01:00
parent 8d19ffd52f
commit 4bc35d7da4
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -704,7 +704,7 @@ class SessionNotifyOperator(bpy.types.Operator):
def draw(self, context):
layout = self.layout
message.label(text=self.message)
layout.row().label(text=self.message)
def invoke(self, context, event):