Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 15, 2023
1 parent 6a95321 commit bfdf3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/widgets/spinner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Spinner {
/// Paint the spinner in the given rectangle.
pub fn paint_at(&self, ui: &Ui, rect: Rect) {
if ui.is_rect_visible(rect) {
ui.ctx().request_repaint();
ui.ctx().request_repaint(); // because it is animated

let color = self
.color
Expand Down

0 comments on commit bfdf3f6

Please sign in to comment.