Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jan 30, 2025
1 parent ac6a5ea commit 931672e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/viewer/re_time_panel/src/streams_tree_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ impl EntityData {
pub fn item(&self) -> Item {
Item::InstancePath(InstancePath::entity_all(self.entity_path.clone()))
}

pub fn is_open(&self, ctx: &egui::Context, collapse_scope: CollapseScope) -> Option<bool> {
collapse_scope
.item(self.item())
Expand Down

0 comments on commit 931672e

Please sign in to comment.