Skip to content

Commit

Permalink
unintended edit
Browse files Browse the repository at this point in the history
  • Loading branch information
zeffii authored Jun 19, 2021
1 parent aed1510 commit 06793d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def draw_label(text):
if flags:
text = text + " [" + ",".join(flags) + "]"
if self.description:
layout.operator('node.sv_socket_show_help', text=text, icon='QUESTION', emboss=False).text = self.description
layout.operator('node.sv_socket_show_help', text=text, emboss=False).text = self.description
else:
layout.label(text=text)

Expand Down

0 comments on commit 06793d4

Please sign in to comment.