diff --git a/src/utils/iced.rs b/src/utils/iced.rs index a3a0cf13..ae59aeb1 100644 --- a/src/utils/iced.rs +++ b/src/utils/iced.rs @@ -206,7 +206,7 @@ impl fmt::Debug for IcedElementInternal

{ .field("size", &self.size) .field("pending_update", &self.pending_update) .field("cursor_pos", &self.cursor_pos) - .field("theme", &self.theme) + .field("theme", &"...") .field("renderer", &"...") .field("state", &"...") .field("debug", &self.debug)