dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Bugfix for the Metrotextbox.cs file #105

Closed SunnyNighS closed 4 years ago

SunnyNighS commented 4 years ago

The purpose of this pull request is to fix the stackoverflow exception that is raised by the Metrotextbox when a cursor change occurs. (This exception was triggered, for example, by this.Cursor = Cursors.WaitCursor in the parent form)

In addition, the appearance of the cursor now changes when mouse is hovered over the metrotextbox.