https://bugs.kde.org/show_bug.cgi?id=482482
snow flurry <s...@datagirl.xyz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |s...@datagirl.xyz --- Comment #6 from snow flurry <s...@datagirl.xyz> --- While the week number is off, I don't believe it's the root cause of this issue. If I change the week view to "Basic week view" in the Settings, the correct week is always shown. The bug seems to be in how SwipeableInternalHourlyView handles the visual representation of weeks. The correct week is stored, but its view model chooses the wrong "index". I can exacerbate the issue by doing the following: 1. Open a new instance of Merkuro Calendar. 2. Click Next Week. The week won't change. 3. Click Previous Week. The week still won't change. I was able to "resolve" that issue by modifying DateTimeState::firstDayOfWeek(), but it still starts on the wrong week. With the change, clicking "Now" properly moves to the expected week though, regardless of what week I'm on. -- You are receiving this mail because: You are watching all bug changes.