From 08e6015303cb0ecd4392dfc1fb48a8e3adc82c6b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 27 Feb 2022 18:32:57 +0100 Subject: Improve engine dialog --- src/game_tab/editor/EditorPanel.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/game_tab/editor/EditorPanel.cpp') 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 -- cgit v1.2.3