- fixed issue #75 (map editor file->new refreshes afterwards)

This commit is contained in:
SoftCoder 2015-10-26 17:26:42 -07:00 committed by filux
parent 465e718637
commit 860fd788f2
1 changed files with 3 additions and 0 deletions

View File

@ -841,6 +841,9 @@ void MainWindow::onMenuEditReset(wxCommandEvent &event) {
}
currentFile = "";
fileName = "New (unsaved) map";
wxPaintEvent ev;
onPaint(ev);
}
void MainWindow::onMenuEditResetPlayers(wxCommandEvent &event) {