This patch fixes the issue described in T88411, that the text in frame nodes is only shown, when the node has a label. This has been caused by rB8f04ddbbc626, because node_draw_frame_label not only draws the label, but also all the other text. Therefore skipping it, when the label is empty, also skips drawing the other text.
This is fixed by moving the check for the empty label into node_frame_draw_label.
Patch: Frame nodes show text despite not having a label.
Same setup in master:
Test file




