Skip to content

Commit 325c63f

Browse files
committed
bugfix: tutorials: added missing text attr
1 parent 3d7a5d1 commit 325c63f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/wireless/WirelessA.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ network WirelessA
1414
{
1515
parameters:
1616
@display("bgb=650,500;bgg=100,1,grey95");
17-
@figure[title](type=label; pos=0,-1; anchor=sw; color=darkblue);
17+
@figure[title](type=label; text=""; pos=0,-1; anchor=sw; color=darkblue);
1818

1919
@figure[rcvdPkText](type=indicatorText; pos=380,20; anchor=w; font=,18; textFormat="packets received: %g"; initialValue=0);
2020
@statistic[packetReceived](source=hostB.app[0].packetReceived; record=figure(count); targetFigure=rcvdPkText);

0 commit comments

Comments
 (0)