Merge branch 'dynamic-grid' of github.com:elwerene/egui into dynamic-grid
This commit is contained in:
commit
504c791198
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ impl<'a> DatePickerPopup<'a> {
|
|||
&& popup_state.month == day.month()
|
||||
&& popup_state.day == day.day()
|
||||
{
|
||||
Color32::DARK_BLUE
|
||||
ui.visuals().selection.bg_fill
|
||||
} else if day.weekday() == Weekday::Sat
|
||||
|| day.weekday() == Weekday::Sun
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue