Skip to content

Commit

Permalink
Fix backticks issue from my other PR: emilk#3660
Browse files Browse the repository at this point in the history
  • Loading branch information
juancampa committed Dec 3, 2024
1 parent 1c4f222 commit b3bdce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/egui/src/containers/scroll_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ struct Prepared {
scrolling_enabled: bool,
stick_to_end: Vec2b,

/// If there was a scroll target before the ScrollArea was added this frame, it's
/// not for us to handle so we save it and restore it after this ScrollArea is done.
/// If there was a scroll target before the `ScrollArea` was added this frame, it's
/// not for us to handle so we save it and restore it after this `ScrollArea` is done.
saved_scroll_target: [Option<pass_state::ScrollTarget>; 2],

animated: bool,
Expand Down

0 comments on commit b3bdce7

Please sign in to comment.