alternetsoft / AlternetUI

MIT License
26 stars 2 forks source link

Window.StartLocation="CenterScreen" for large windows moves TopLeft out of the screen #16

Closed generalloki closed 7 months ago

generalloki commented 1 year ago

It should never assign negative numbers to TopLeft

generalloki commented 1 year ago

StartLocation uses wxWidgets code, probably we need to switch to our code on this issue. This is bad to have topLeft outside of the screen. I had this when I tested on MacOs, and there is no way to close an app in this situation.