Improve engine support

This commit is contained in:
Loic Guegan 2022-02-26 18:46:06 +01:00
parent 65e9049351
commit f329c5f204
6 changed files with 94 additions and 15 deletions

View file

@ -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) {