From fae740292cfff9288f1397af0e596e49e4d38554 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 9 Jul 2026 18:59:33 -0500 Subject: [PATCH] Turn on weight windows if `weight_windows_file` is specified (#4007) --- src/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/settings.cpp b/src/settings.cpp index 58bced940..15a7b9c27 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1247,6 +1247,7 @@ void read_settings_xml(pugi::xml_node root) // read weight windows from file if (check_for_node(root, "weight_windows_file")) { weight_windows_file = get_node_value(root, "weight_windows_file"); + weight_windows_on = true; } // read settings for weight windows value, this will override