diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-24 15:22:56 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-24 15:22:56 +0100 |
| commit | f99a7b699a6169003fc8b56f652de44c2e834ca5 (patch) | |
| tree | e31450089bc2b8e9abf0d69659e665628395a2aa /src/base_tab/BasePanelBF.cpp | |
| parent | 40c6df0e7c3f17204a6187eb2bc241f396720272 (diff) | |
Improve BaseTab pgn loading
Diffstat (limited to 'src/base_tab/BasePanelBF.cpp')
| -rw-r--r-- | src/base_tab/BasePanelBF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_tab/BasePanelBF.cpp b/src/base_tab/BasePanelBF.cpp index 59dd152..e7a5dfb 100644 --- a/src/base_tab/BasePanelBF.cpp +++ b/src/base_tab/BasePanelBF.cpp @@ -33,7 +33,7 @@ BasePanelBF::BasePanelBF( wxWindow* parent, wxWindowID id, const wxPoint& pos, c main_sizer->Add( top_sizer, 0, wxEXPAND, 5 ); - game_list = new wxListCtrl( this, wxID_ANY, wxDefaultPosition, wxSize( -1,-1 ), wxLC_ICON|wxLC_REPORT ); + game_list = new wxListCtrl( this, wxID_ANY, wxDefaultPosition, wxSize( -1,-1 ), wxLC_REPORT ); main_sizer->Add( game_list, 1, wxALL|wxEXPAND, 5 ); wxBoxSizer* bottom_sizer; |
