mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Fix a typo (#3149)
This commit is contained in:
@@ -61,7 +61,7 @@ impl<'a> DatePickerButton<'a> {
|
|||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Show the calender icon on the button. (Default: true)
|
/// Show the calendar icon on the button. (Default: true)
|
||||||
pub fn show_icon(mut self, show_icon: bool) -> Self {
|
pub fn show_icon(mut self, show_icon: bool) -> Self {
|
||||||
self.show_icon = show_icon;
|
self.show_icon = show_icon;
|
||||||
self
|
self
|
||||||
|
|||||||
Reference in New Issue
Block a user