summaryrefslogtreecommitdiffstats
path: root/core/src/renderer
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/renderer')
-rw-r--r--core/src/renderer/null.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/renderer/null.rs b/core/src/renderer/null.rs
index 75a3c8b6..83688ff7 100644
--- a/core/src/renderer/null.rs
+++ b/core/src/renderer/null.rs
@@ -150,6 +150,10 @@ impl text::Editor for () {
Size::ZERO
}
+ fn min_bounds(&self) -> Size {
+ Size::ZERO
+ }
+
fn update(
&mut self,
_new_bounds: Size,