picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.61k stars 327 forks source link

Wpf: Don't activate FloatingForm when setting Visible manually #2636

Closed cwensley closed 6 months ago

cwensley commented 6 months ago

If you use the Visible property to set a form to visible after being hidden, it should respect the ShowActivated property and not set it to active even if it used to have focus.