garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
427 stars 102 forks source link

DisableResizing messes up window titles (SFML2 renderer) #66

Open Wizzard033 opened 11 years ago

Wizzard033 commented 11 years ago

When I call DisableResizing on the WindowControl class, the title is no longer in the right position.

Example: grossresizing

I suggest adding this function to one of the windows in the unit test after fixing it.

Wizzard033 commented 11 years ago

Fixed in my fork