mirror of
https://github.com/glest/glest-source.git
synced 2025-08-24 17:02:49 +02:00
- fixed issue #75 (map editor file->new refreshes afterwards)
This commit is contained in:
@@ -841,6 +841,9 @@ void MainWindow::onMenuEditReset(wxCommandEvent &event) {
|
||||
}
|
||||
currentFile = "";
|
||||
fileName = "New (unsaved) map";
|
||||
|
||||
wxPaintEvent ev;
|
||||
onPaint(ev);
|
||||
}
|
||||
|
||||
void MainWindow::onMenuEditResetPlayers(wxCommandEvent &event) {
|
||||
|
Reference in New Issue
Block a user