diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 18:46:06 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 18:46:06 +0100 |
| commit | f329c5f20434a07cc6c64c90d221181c27207a9c (patch) | |
| tree | 63614bf7082b37728d873319d76bf000f389d1b1 /src/MainWindow.cpp | |
| parent | 65e9049351130ff54b305dd8c82c969456a0797b (diff) | |
Improve engine support
Diffstat (limited to 'src/MainWindow.cpp')
| -rw-r--r-- | src/MainWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index b3ed9c4..72736c9 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -67,9 +67,9 @@ MainWindow::MainWindow() "/home/loic/hartwig_tests.pgn"); notebook->AddPage(bt, bt->GetLabel()); notebook->SetSelection(notebook->GetPageIndex(bt));*/ - /*EngineTab *bt = new EngineTab((wxWindow *)notebook, + EngineTab *bt = new EngineTab((wxWindow *)notebook, "/home/loic/.local/bin/stockfish"); notebook->AddPage(bt, bt->GetLabel()); - notebook->SetSelection(notebook->GetPageIndex(bt));*/ + notebook->SetSelection(notebook->GetPageIndex(bt)); } void MainWindow::OnSettings(wxCommandEvent &event) { |
