Fix #124256: Socket value hidden for string sockets

Mistake in df98aa61bba9ad3b800ad1c77da4c1eb4548340a.
This commit is contained in:
Hans Goudey 2024-07-05 14:03:32 -04:00
parent c89400dcfb
commit bc1c4f7f1d

@ -1371,6 +1371,7 @@ static void std_node_socket_draw(
else { else {
uiLayout *row = uiLayoutSplit(layout, 0.4f, false); uiLayout *row = uiLayoutSplit(layout, 0.4f, false);
uiItemL(row, text, ICON_NONE); uiItemL(row, text, ICON_NONE);
uiItemR(row, ptr, "default_value", DEFAULT_FLAGS, "", ICON_NONE);
} }
} }
break; break;