Skip to content

Commit

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

namespace SDUI.Controls
{
public class DoubleBufferedControl : System.Windows.Forms.Panel
public class DoubleBufferedControl : UserControl
{
public DoubleBufferedControl() {
SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
Expand Down

0 comments on commit 5a28b1d

Please sign in to comment.