diff --git a/CHANGELOG.md b/CHANGELOG.md index 4865c08f..51362223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Selection List now will clear Selected if a new Item is added to the same ID location as the last and its Hash is different. -- Manual Override Will always be used over the internal selected if set to Some(). if the # doesnt Exist it Defaults Selected to None. +- Manual Override will always be used over the internal selected if set to Some(). If the # doesn't exist it defaults Selected to None. - Added Helper functions for Widgets. ### Changed @@ -21,4 +21,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Switched lazy_static to OnceCell ### Fixed -- Floating Element Position is corrected. Original position issue was due to Center_x containg both X and Width/2. +- Floating Element Position is corrected. Original position issue was due to Center_x containing both X and Width/2. diff --git a/src/core/mod.rs b/src/core/mod.rs index a1e8756b..a82d022b 100644 --- a/src/core/mod.rs +++ b/src/core/mod.rs @@ -1,4 +1,4 @@ -//! A module fitting `iced_native`. +//! A module fitting `iced_core`. #[cfg(feature = "date_picker")] //#[cfg(all(feature = "date_picker", not(target_arch = "wasm32")))] diff --git a/src/core/time.rs b/src/core/time.rs index ff177b24..61abeace 100644 --- a/src/core/time.rs +++ b/src/core/time.rs @@ -165,7 +165,7 @@ impl From