Improve UI

This commit is contained in:
Loic Guegan 2022-12-30 15:58:13 +01:00
parent 27ac369fb6
commit 2045a1250a
6 changed files with 26 additions and 19 deletions

View file

@ -15,7 +15,6 @@ class GameTabLeftPanel : public TabGameLeftPanel {
void NotifyEditor();
std::string last_absolute_move;
bool repeat;
std::string related_file;
public:
GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game);
@ -29,5 +28,5 @@ public:
void OnSwap(wxCommandEvent &event);
void OnRefreshBoard(wxCommandEvent &event);
void ApplyPreferences();
void OnToolClick(wxCommandEvent &event);
void DisableSaveTool(){game_toolbar->EnableTool(0,false);};
};