Skip to content

Commit

Permalink
Fix enabled property issue
Browse files Browse the repository at this point in the history
Fix enabled property issue (#282)
  • Loading branch information
orapps44 authored Nov 4, 2021
1 parent 6880ae3 commit 781134c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MaterialSkin/Controls/MaterialTextBox2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1331,10 +1331,6 @@ public MaterialTextBox2()
_animationManager.StartNewAnimation(AnimationDirection.Out);
UpdateRects();
};
EnabledChanged += (sender, args) =>
{
baseTextBox.Enabled = Enabled;
};

baseTextBox.TextChanged += new EventHandler(Redraw);
baseTextBox.BackColorChanged += new EventHandler(Redraw);
Expand Down

0 comments on commit 781134c

Please sign in to comment.