Skip to content

Commit

Permalink
Restore the time panel help button
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jan 7, 2025
1 parent fb180ba commit 6d2349d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/viewer/re_time_panel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,10 @@ impl TimePanel {
self.time_control_ui.playback_speed_ui(time_ctrl, ui);
self.time_control_ui.fps_ui(time_ctrl, ui);
current_time_ui(ctx, ui, time_ctrl);

ui.with_layout(egui::Layout::right_to_left(egui::Align::Center), |ui| {
help_button(ui);
});
}
}
}
Expand Down

0 comments on commit 6d2349d

Please sign in to comment.