mirror of
https://github.com/glest/glest-source.git
synced 2025-09-24 22:51:27 +02:00
- bugfix for map editor crashing in Linux on startup
This commit is contained in:
@@ -42,7 +42,7 @@ wxString ToUnicode(const string& str) {
|
||||
// ===============================================
|
||||
|
||||
MainWindow::MainWindow()
|
||||
: wxFrame(NULL, -1, ToUnicode(winHeader), wxDefaultPosition, wxSize(1024, 768))
|
||||
: wxFrame(NULL, -1, ToUnicode(winHeader), wxPoint(0,0), wxSize(1024, 768))
|
||||
, lastX(0), lastY(0)
|
||||
, currentBrush(btHeight)
|
||||
, height(0)
|
||||
|
Reference in New Issue
Block a user