Skip to content

Commit

Permalink
ifdef out one more dummy property
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Jun 20, 2022
1 parent d7980df commit f69730b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AngelLoader/Forms/CustomControls/DarkArrowButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ public Direction ArrowDirection
}
}

#if DEBUG

[PublicAPI]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public override ImageLayout BackgroundImageLayout { get; set; }

#endif

protected override void OnPaint(PaintEventArgs e)
{
base.OnPaint(e);
Expand Down

0 comments on commit f69730b

Please sign in to comment.