Skip to content

Commit

Permalink
Remove "in view" from data results (you can see it from the crumbs)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 5, 2024
1 parent 86c1ed8 commit 4744d65
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/viewer/re_selection_panel/src/selection_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,6 @@ impl SelectionPanel {
);
}

if let Some(view) = viewport.view(view_id) {
ui.list_item_flat_noninteractive(PropertyContent::new("In view").value_fn(
|ui, _| {
space_view_button(ctx, ui, view);
},
));
}

if instance_path.is_all() {
let entity_path = &instance_path.entity_path;
let query_result = ctx.lookup_query_result(*view_id);
Expand Down

0 comments on commit 4744d65

Please sign in to comment.