From 518edf6f3050022fa4d1a15d147efe6665459863 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 9 Jan 2023 14:43:54 +0100 Subject: Bind settings of the Editor (still ongoing) --- src/game_tab/right_panel/GameTabRightPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game_tab/right_panel/GameTabRightPanel.cpp') diff --git a/src/game_tab/right_panel/GameTabRightPanel.cpp b/src/game_tab/right_panel/GameTabRightPanel.cpp index dd0ebca..7aa8bbd 100644 --- a/src/game_tab/right_panel/GameTabRightPanel.cpp +++ b/src/game_tab/right_panel/GameTabRightPanel.cpp @@ -156,8 +156,8 @@ void GameTabRightPanel::ApplyPreferences() { engine_list->Append(engine_name); } while (conf->GetNextGroup(engine_name, index)); } - CONFIG_CLOSE(conf); + editor_canvas->ApplyPreferences(); } void GameTabRightPanel::RefreshTagsList() { -- cgit v1.2.3