| 721 | } |
| 722 | |
| 723 | void DualCalendarWidget::retheme() { |
| 724 | updateNavButtons(); // re-inks the chevrons via renderChevronIcon(pickerTokens().text) |
| 725 | for (auto* cal : calendars_) { |
| 726 | cal->update(); |
| 727 | } |
| 728 | } |
| 729 | |
| 730 | void DualCalendarWidget::leftPrev() { |
| 731 | advanceMonth(left_year_, left_month_, -1); |