diff options
Diffstat (limited to '')
| -rw-r--r-- | native/src/renderer/null.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/native/src/renderer/null.rs b/native/src/renderer/null.rs index 19689d30..b8695b9c 100644 --- a/native/src/renderer/null.rs +++ b/native/src/renderer/null.rs @@ -103,6 +103,7 @@ impl scrollable::Renderer for Null {  }  impl text_input::Renderer for Null { +    type Font = Font;      type Style = ();      fn default_size(&self) -> u16 { | 
