thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

using form as a popup with parent as mdichild with dropshadow will become infiniteloop #22

Open cdturner opened 10 years ago

cdturner commented 10 years ago

the dispose override for the dropshadow doesn't check to see if its about to create a loop with the window owners. This causes an exception to be thrown.