Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize window_hints to fix minimum size setting in release mode
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).
- Loading branch information