diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-27 18:32:57 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-27 18:32:57 +0100 |
| commit | 08e6015303cb0ecd4392dfc1fb48a8e3adc82c6b (patch) | |
| tree | c93a02bbbcb6bdf502c1e1694da7f1a348cc9f0f /src/game_tab/editor/EditorPanel.cpp | |
| parent | 40a56b72feaad057499e43807b88c7c7463c2938 (diff) | |
Improve engine dialog
Diffstat (limited to 'src/game_tab/editor/EditorPanel.cpp')
| -rw-r--r-- | src/game_tab/editor/EditorPanel.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game_tab/editor/EditorPanel.cpp b/src/game_tab/editor/EditorPanel.cpp index 846c0d7..dfbb35f 100644 --- a/src/game_tab/editor/EditorPanel.cpp +++ b/src/game_tab/editor/EditorPanel.cpp @@ -17,8 +17,10 @@ EditorPanel::EditorPanel(wxFrame *parent, Game *game) tagTextCtrl->SetHint("Tag"); valueTextCtrl->SetHint("Value"); - LiveEngineDialog *diag=new LiveEngineDialog(this, "stockfish"); - diag->Show(); + /*LiveEngineDialog *diag=new LiveEngineDialog(this, "Stockfish"); + diag->SetFEN("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"); + + diag->Show();*/ RefreshTagsList(); // Bind events |
