working examples with iced-sctk
This commit is contained in:
parent
5331cfb61b
commit
45ccc8c3d2
8 changed files with 447 additions and 39 deletions
|
|
@ -175,7 +175,7 @@ where
|
|||
cursor_position: Point,
|
||||
viewport: &Rectangle,
|
||||
) {
|
||||
let color_scheme = theme.appearance(self.style);
|
||||
let color_scheme = theme.appearance(&self.style);
|
||||
|
||||
draw_background(renderer, &color_scheme, layout.bounds());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue