From 38019a9693375ac6719ffec43bff63774e142387 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 13 Sep 2025 18:47:01 +0200 Subject: invoice peppol work --- libs/ImGuiDatePicker/ImGuiDatePicker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/ImGuiDatePicker/ImGuiDatePicker.cpp b/libs/ImGuiDatePicker/ImGuiDatePicker.cpp index 8c81b2b..207a902 100644 --- a/libs/ImGuiDatePicker/ImGuiDatePicker.cpp +++ b/libs/ImGuiDatePicker/ImGuiDatePicker.cpp @@ -361,7 +361,7 @@ namespace ImGui if (Button(std::to_string(day).c_str(), ImVec2(GetContentRegionAvail().x, GetTextLineHeightWithSpacing() + 5.0f))) { - v = EncodeTimePoint(day, month, year); + v = EncodeTimePoint(day+1, month, year); res = true; CloseCurrentPopup(); } -- cgit v1.2.3-70-g09d2