Decouple mouse::Interaction from UserInterface::draw
This commit is contained in:
parent
87afd5b79d
commit
301aac794b
6 changed files with 171 additions and 187 deletions
|
|
@ -436,7 +436,7 @@ where
|
|||
&mut self.messages,
|
||||
);
|
||||
|
||||
let _ = self.raw.draw(
|
||||
self.raw.draw(
|
||||
&mut self.renderer,
|
||||
theme,
|
||||
&core::renderer::Style {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue