diff --git a/composition/src/system.rs b/composition/src/system.rs index f44c61f..9d52161 100644 --- a/composition/src/system.rs +++ b/composition/src/system.rs @@ -224,12 +224,6 @@ impl RuntimeState<'_> { }) })?; - temp_instance.show().map_err(|e| { - Error::Domain(DomainError::Configuration { - message: format!("Failed to show temporary popup instance: {}", e), - }) - })?; - let width: f32 = temp_instance .get_property("popup-width") .ok()