mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-03 10:17:46 +00:00
Improve UI
This commit is contained in:
parent
5a4ec5d1e8
commit
8a9b920a5e
4 changed files with 4 additions and 1 deletions
src/base_tab
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue