You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize window_hints to fix minimum size setting in release mode (#510)
When compiling in release mode for linux, the window size
constraints (ie. `setMinimumSize`) weren't being enforced.
This happened because the `window_hints` variable was not initialized
and contained garbage data (while it was zero in debug mode).
0 commit comments