Skip to content

Commit

Permalink
Merge pull request JFXtras#86 from gurkok/2.2
Browse files Browse the repository at this point in the history
Thanks for pointing this out, I'll fix the highlighted and the 8.0 as well.
  • Loading branch information
tbee committed Dec 24, 2013
2 parents 708deed + 128f75e commit 6362a93
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -808,13 +808,10 @@ private void refreshDayButtonsVisibilityAndLabel()
weeknumberLabels.get(lIdx / 7).setVisible(true);

// highlight today
lToggleButton.getStyleClass().remove("today");
if (isToday(lCalendar))
{
lToggleButton.getStyleClass().add("today");
}
else
{
lToggleButton.getStyleClass().remove("today");
}

// highligh
Expand Down

0 comments on commit 6362a93

Please sign in to comment.