Skip to content

Commit 8b62ed9

Browse files
committed
Fixed icon offset.
Why was it 2?
1 parent e556581 commit 8b62ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ReClass.NET/Nodes/BaseNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ protected void DrawInvalidMemoryIndicator(ViewInfo view, int y)
416416
{
417417
if (!view.Memory.ContainsValidData)
418418
{
419-
AddIcon(view, 2, y, Properties.Resources.B16x16_Error, -1, HotSpotType.None);
419+
AddIcon(view, 0, y, Properties.Resources.B16x16_Error, -1, HotSpotType.None);
420420
}
421421
}
422422
}

0 commit comments

Comments
 (0)