Don't allow negative calendar years
The concept is nonsensical and trying to display them crashes the app displaying the calendar. BUG: 430320 FIXED-IN: 5.78
Loading
The concept is nonsensical and trying to display them crashes the app displaying the calendar. BUG: 430320 FIXED-IN: 5.78
I think it should be
if (m_displayedDate.year() > 0)
otherwise you can still set it to -1
Oops thanks, will fix
mentioned in commit ddac70f4