Permalink
Please
sign in to comment.
Browse files
fix game panel size on wxGTK #325
On wxWidgets 3.1.2, which is what vcpkg uses (and we use vcpkg for Visual Studio) the wxEXPAND flag for the game area in the sizer throws an XRC error dialog, removing the flag works correctly on Windows, but not on wxGTK. As a workaround, do not use the wxEXPAND flag on Windows. TODO: with max zoom set, the game area is not centered vertically in wxGTK. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
- Loading branch information...
0 comments on commit
a0283ea