Skip to content

Commit a58bd1b

Browse files
committed
DPI scale the invalid memory indicator.
1 parent 93e716a commit a58bd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReClass.NET/Nodes/BaseNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ protected void DrawInvalidMemoryIndicator(ViewInfo view, int y)
409409
{
410410
if (!view.Memory.ContainsValidData)
411411
{
412-
view.Context.DrawImage(Properties.Resources.B16x16_Error, 2, y);
412+
AddIcon(view, 2, y, Properties.Resources.B16x16_Error, -1, HotSpotType.None);
413413
}
414414
}
415415
}

0 commit comments

Comments
 (0)