diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 20:34:42 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 20:34:42 +0100 |
| commit | e601902dd5a9f023594fef6a0f4995e59b4d9a0e (patch) | |
| tree | 4ed1fdbaa9503a2dcfbc701377d9f5d2309858c3 /src/game_tab/editor/EditorPanelBF.cpp | |
| parent | ca6c1b1e75e771e3bea596367e502b77dea2c3aa (diff) | |
Improve engine managemen
Diffstat (limited to 'src/game_tab/editor/EditorPanelBF.cpp')
| -rw-r--r-- | src/game_tab/editor/EditorPanelBF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/editor/EditorPanelBF.cpp b/src/game_tab/editor/EditorPanelBF.cpp index f74ef64..8aac38e 100644 --- a/src/game_tab/editor/EditorPanelBF.cpp +++ b/src/game_tab/editor/EditorPanelBF.cpp @@ -82,7 +82,7 @@ EditorPanelBF::EditorPanelBF( wxWindow* parent, wxWindowID id, const wxPoint& po engine_list_label->Wrap( -1 ); engine_page_sizer->Add( engine_list_label, 0, wxALL, 5 ); - engine_list = new wxListCtrl( engine_page, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_ICON ); + engine_list = new wxListBox( engine_page, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, NULL, 0 ); engine_page_sizer->Add( engine_list, 1, wxALL|wxEXPAND, 5 ); analyze_game_button = new wxButton( engine_page, wxID_ANY, wxT("Analyze game"), wxDefaultPosition, wxDefaultSize, 0 ); |
