Skip to content

Commit

Permalink
Update crates/egui_extras/src/table.rs
Browse files Browse the repository at this point in the history
Change method name to more explicit `animate_scrolling`

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
  • Loading branch information
ecpost and emilk committed Sep 25, 2024
1 parent 8e46611 commit 6a42670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_extras/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ impl<'a> TableBuilder<'a> {
///
/// Default: `true`.
#[inline]
pub fn animated(mut self, animated: bool) -> Self {
pub fn animate_scrolling(mut self, animated: bool) -> Self {
self.scroll_options.animated = animated;
self
}
Expand Down

0 comments on commit 6a42670

Please sign in to comment.