From 09e67c5c2701e7eeeb0bdb924966f8442c698b6a Mon Sep 17 00:00:00 2001 From: Clark Moody Date: Thu, 22 Oct 2020 14:07:07 -0500 Subject: Replace hard-coded params with struct members --- native/src/renderer/null.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'native/src/renderer/null.rs') diff --git a/native/src/renderer/null.rs b/native/src/renderer/null.rs index 2aee0da1..b06b0e28 100644 --- a/native/src/renderer/null.rs +++ b/native/src/renderer/null.rs @@ -89,6 +89,9 @@ impl scrollable::Renderer for Null { _bounds: Rectangle, _content_bounds: Rectangle, _offset: u32, + _scrollbar_width: u16, + _scrollbar_margin: u16, + _scroller_width: u16, ) -> Option { None } -- cgit