diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 15:37:03 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 15:37:03 +0100 |
| commit | e5aa5be42cbf93a31d3be387f24b3413f2983898 (patch) | |
| tree | 480627e83413cb5b300be954bb0e8f3b1833df99 /src/MainWindow.cpp | |
| parent | 2068f8c6c3d3faa842bb9920591aa2ef30bc157c (diff) | |
Prepare GUI for engines
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 5ba01ad..407ec80 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -57,9 +57,9 @@ MainWindow::MainWindow() Bind(NEW_GAME_EVENT, &MainWindow::OnNewGame, this, wxID_ANY); Bind(wxEVT_CLOSE_WINDOW, &MainWindow::OnClose, this); - BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/hartwig_tests.pgn"); + /*BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/hartwig_tests.pgn"); notebook->AddPage(bt, bt->GetLabel()); - notebook->SetSelection(notebook->GetPageIndex(bt)); + notebook->SetSelection(notebook->GetPageIndex(bt));*/ } void MainWindow::OnSettings(wxCommandEvent &event) { |
