From 3e235d1dfa1004ccaca02cf5c5e45be5ed6972b9 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Mon, 7 Oct 2024 17:36:12 +0200 Subject: [PATCH] properly handle filter by event in the UI --- .../viewer/re_space_view_dataframe/src/view_query/blueprint.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/viewer/re_space_view_dataframe/src/view_query/blueprint.rs b/crates/viewer/re_space_view_dataframe/src/view_query/blueprint.rs index 4d4b2d6ace2d..4ac9a3e62cb5 100644 --- a/crates/viewer/re_space_view_dataframe/src/view_query/blueprint.rs +++ b/crates/viewer/re_space_view_dataframe/src/view_query/blueprint.rs @@ -79,7 +79,8 @@ impl Query { ) -> Result, SpaceViewSystemExecutionError> { Ok(self .query_property - .component_or_empty::()?) + .component_or_empty::()? + .filter(|filter_by_event| filter_by_event.active())) } pub(super) fn save_filter_by_event(