Skip to content

Commit bdca0ac

Browse files
committed
fix after rebase
1 parent c9ced29 commit bdca0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/viewer/re_time_panel/src/time_panel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ fn copy_timeline_properties_context_menu(
17981798
ctx.command_sender().send_system(
17991799
UrlContext::from_context(ctx)
18001800
.without_time_range()
1801-
.with_timestamp(time_ctrl.timeline(), hovered_time.into())
1801+
.with_timestamp(time_ctrl.timeline(), hovered_time.floor())
18021802
.into_copy_cmd(),
18031803
);
18041804
}

0 commit comments

Comments
 (0)