Implement Widget::draw for ProgressBar
This commit is contained in:
parent
bc32199e39
commit
e42e1e2f57
5 changed files with 63 additions and 82 deletions
|
|
@ -68,12 +68,6 @@ impl renderer::Text for Null {
|
|||
fn fill_text(&mut self, _text: renderer::text::Section<'_, Self::Font>) {}
|
||||
}
|
||||
|
||||
impl progress_bar::Renderer for Null {
|
||||
type Style = ();
|
||||
|
||||
const DEFAULT_HEIGHT: u16 = 30;
|
||||
}
|
||||
|
||||
impl toggler::Renderer for Null {
|
||||
type Style = ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue