Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Dec 16, 2024
1 parent 27b0abf commit c27ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_ui/src/zoom_pan_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub fn fit_to_rect_in_scene(rect_in_ui: Rect, rect_in_scene: Rect) -> TSTransfor

/// Provides a zoom-pan area for a given view.
///
/// Will fill the entire [`parent_ui`] `max_rect`.
/// Will fill the entire `max_rect` of the `parent_ui`.
pub fn zoom_pan_area(
parent_ui: &mut Ui,
to_global: &mut TSTransform,
Expand Down

0 comments on commit c27ab28

Please sign in to comment.