Commit 3678a0a
authored
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).1 parent a911310 commit 3678a0a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1092 | 1092 | | |
1093 | 1093 | | |
1094 | 1094 | | |
| 1095 | + | |
1095 | 1096 | | |
1096 | 1097 | | |
1097 | 1098 | | |
| |||
0 commit comments