Skip to content

Commit 11a4bc2

Browse files
committed
Made code copy pastable.
1 parent 9b082ed commit 11a4bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nodes/BaseFunctionPtrNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected int Draw(ViewInfo view, int x, int y, string type, string name)
8282
{
8383
y += view.Font.Height;
8484

85-
AddText(view, tx, y, Program.Settings.NameColor, -1, line);
85+
AddText(view, tx, y, Program.Settings.NameColor, HotSpot.ReadOnlyId, line);
8686
}
8787
}
8888

0 commit comments

Comments
 (0)