diff options
Diffstat (limited to 'src/game_tab/right_panel/GameTabRightPanel.cpp')
| -rw-r--r-- | src/game_tab/right_panel/GameTabRightPanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
