Improve UI

This commit is contained in:
Loic Guegan 2022-12-26 16:46:05 +01:00
parent 5a4ec5d1e8
commit 8a9b920a5e
4 changed files with 4 additions and 1 deletions
src/base_tab

View file

@ -25,7 +25,6 @@ BaseTab::BaseTab(wxFrame *parent, std::string base_file)
// Bindings
this->Bind(OPEN_GAME_EVENT, &BaseTab::OnOpenGame, this, wxID_ANY);
this->Bind(wxEVT_BUTTON, &BaseTab::OnSave, this, ID_SAVE_BUTTON);
}