Skip to content

Commit

Permalink
Update Panel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SDClowen authored Nov 7, 2024
1 parent 4775859 commit 6db9fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SDUI/Controls/Panel.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using SDUI.Helpers;
using SDUI.Helpers;
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;

namespace SDUI.Controls;

public class Panel : DoubleBufferedControl
public class Panel : System.Windows.Forms.Panel
{
private int _radius = 10;
public int Radius
Expand Down Expand Up @@ -133,4 +133,4 @@ protected override void OnPaint(PaintEventArgs e)
borderColor, _border.Right, ButtonBorderStyle.Solid,
borderColor, _border.Bottom, ButtonBorderStyle.Solid);
}
}
}

0 comments on commit 6db9fd6

Please sign in to comment.