fix: draw direction arrows after origin transform so they track pan correctly

This commit is contained in:
aj
2026-04-01 00:27:14 -04:00
parent d3a439181c
commit aa156fff57
2 changed files with 9 additions and 4 deletions
+4
View File
@@ -152,8 +152,12 @@ namespace OpenNest.Controls
foreach (var entity in ((Shape)offsetShape.OffsetEntity(0.25, OffsetSide.Left)).Entities)
DrawEntity(e.Graphics, entity, Pens.RoyalBlue);
#endif
PaintOverlay?.Invoke(e.Graphics);
}
public Action<Graphics> PaintOverlay { get; set; }
protected override void OnMouseWheel(MouseEventArgs e)
{
base.OnMouseWheel(e);