mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve UI
This commit is contained in:
parent
27ac369fb6
commit
2045a1250a
6 changed files with 26 additions and 19 deletions
|
@ -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);};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue