DanielVanNoord / System.Windows.Forms

A .Net Core implementation of System.Windows.Forms based on Mono's System.Windows.Forms for Linux and Windows
Other
42 stars 4 forks source link

XplatUIX11: Check for null Control.FromHandle result before access to… #18

Open sancheolz opened 5 days ago

sancheolz commented 5 days ago

… control in SetWindowPos

Control can be destroyed before handle destroy, so check it for null as in other places do.