Skip to content
Commit 1cb14c21 authored by Nate Graham's avatar Nate Graham
Browse files

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
parent b1364fa6
  • I think it should be

    if (m_displayedDate.year() > 0)

    otherwise you can still set it to -1

  • Author Developer

    Oops thanks, will fix

  • Nate Graham @ngraham

    mentioned in commit ddac70f4

    ·

    mentioned in commit ddac70f4

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment