From 0e18d4ac8718414fd6192cc2983b7cd44f5fd28a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 27 Feb 2022 16:29:14 +0100 Subject: Improve live engine dialog --- src/game_tab/editor/EditorPanel.cpp | 3 +++ 1 file changed, 3 insertions(+) (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 892673f..31fd33c 100644 --- a/src/game_tab/editor/EditorPanel.cpp +++ b/src/game_tab/editor/EditorPanel.cpp @@ -1,4 +1,5 @@ #include "EditorPanel.hpp" +#include "LiveEngineDialog.hpp" wxDEFINE_EVENT(GOTO_MOVE_EVENT, wxCommandEvent); wxDEFINE_EVENT(DELETE_MOVE_EVENT, wxCommandEvent); @@ -16,6 +17,8 @@ EditorPanel::EditorPanel(wxFrame *parent, Game *game) tagTextCtrl->SetHint("Tag"); valueTextCtrl->SetHint("Value"); + LiveEngineDialog *diag=new LiveEngineDialog(this); + diag->Show(); RefreshTagsList(); // Bind events -- cgit v1.2.3