Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jun 4, 2024
1 parent 3e78858 commit bc10183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/re_time_panel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ impl TimePanel {
ui.min_rect().bottom()..=ui.max_rect().bottom(),
));

//TODO(ab): using clip rect here should be replaced by a better mechanism based on `UiStack`
let old_clip_rect = ui.clip_rect();
ui.set_clip_rect(egui::Rect::from_x_y_ranges(
0.0..=time_x_left,
Expand Down

0 comments on commit bc10183

Please sign in to comment.