Permalink
Browse files
Fix to set correctly position Y.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/wx/wxvbam.cpp
|
@@ -399,7 +399,7 @@ bool wxvbamApp::OnInit() |
|
|
|
|
|
// create the main window |
|
|
int x = windowPositionX; |
|
|
int y = windowPositionX; |
|
|
int y = windowPositionY; |
|
|
int width = windowWidth; |
|
|
int height = windowHeight; |
|
|
int isFullscreen = fullScreen; |
|
|
0 comments on commit
1ebb8ef