diff --git a/src/spice2x/overlay/windows/config.cpp b/src/spice2x/overlay/windows/config.cpp index 006abda..e80d9a1 100644 --- a/src/spice2x/overlay/windows/config.cpp +++ b/src/spice2x/overlay/windows/config.cpp @@ -5367,6 +5367,7 @@ namespace overlay::windows { templates_selected = -1; all_cleared = false; template_target_selection.clear(); + std::fill(this->template_is_applied.begin(), this->template_is_applied.end(), false); ImGui::CloseCurrentPopup(); }