MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / retheme

Method retheme

pj_widgets/src/DateRangePicker.cpp:723–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

changeEventMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected