mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Fix docstring backticks
This commit is contained in:
@@ -500,8 +500,8 @@ struct Prepared {
|
|||||||
scrolling_enabled: bool,
|
scrolling_enabled: bool,
|
||||||
stick_to_end: Vec2b,
|
stick_to_end: Vec2b,
|
||||||
|
|
||||||
/// If there was a scroll target before the ScrollArea was added this frame, it's
|
/// 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.
|
/// 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],
|
saved_scroll_target: [Option<pass_state::ScrollTarget>; 2],
|
||||||
|
|
||||||
animated: bool,
|
animated: bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user