mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Merge branch 'dynamic-grid' of github.com:elwerene/egui into dynamic-grid
This commit is contained in:
@@ -277,7 +277,7 @@ impl<'a> DatePickerPopup<'a> {
|
|||||||
&& popup_state.month == day.month()
|
&& popup_state.month == day.month()
|
||||||
&& popup_state.day == day.day()
|
&& popup_state.day == day.day()
|
||||||
{
|
{
|
||||||
Color32::DARK_BLUE
|
ui.visuals().selection.bg_fill
|
||||||
} else if day.weekday() == Weekday::Sat
|
} else if day.weekday() == Weekday::Sat
|
||||||
|| day.weekday() == Weekday::Sun
|
|| day.weekday() == Weekday::Sun
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user