From 711fce41c7a9a0843bb59d23ead830ad89b8a903 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 21:59:41 +0100 Subject: Now engine list in game tab is updated properly --- src/game_tab/GameTab.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game_tab/GameTab.cpp') diff --git a/src/game_tab/GameTab.cpp b/src/game_tab/GameTab.cpp index 5a3e6b8..48c69d7 100644 --- a/src/game_tab/GameTab.cpp +++ b/src/game_tab/GameTab.cpp @@ -50,4 +50,5 @@ void GameTab::OnRefreshTabTitle(wxCommandEvent &event) { void GameTab::ApplyPreferences() { board_panel->ApplyPreferences(); + editor_panel->ApplyPreferences(); } -- cgit v1.2.3