We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b082ed commit 11a4bc2Copy full SHA for 11a4bc2
Nodes/BaseFunctionPtrNode.cs
@@ -82,7 +82,7 @@ protected int Draw(ViewInfo view, int x, int y, string type, string name)
82
{
83
y += view.Font.Height;
84
85
- AddText(view, tx, y, Program.Settings.NameColor, -1, line);
+ AddText(view, tx, y, Program.Settings.NameColor, HotSpot.ReadOnlyId, line);
86
}
87
88
0 commit comments