added function focused and focused_horizontal to theme.rs
This commit is contained in:
parent
eaa2238600
commit
49e9a9a537
2 changed files with 19 additions and 2 deletions
|
|
@ -859,7 +859,7 @@ pub fn draw<Renderer>(
|
|||
} else if mouse_over_scrollable {
|
||||
theme.focused(style)
|
||||
} else {
|
||||
theme.focused(style)
|
||||
theme.active(style)
|
||||
};
|
||||
|
||||
draw_scrollbar(renderer, style, &scrollbar);
|
||||
|
|
@ -874,7 +874,7 @@ pub fn draw<Renderer>(
|
|||
} else if mouse_over_scrollable {
|
||||
theme.focused_horizontal(style)
|
||||
} else {
|
||||
theme.focused_horizontal(style)
|
||||
theme.active_horizontal(style)
|
||||
};
|
||||
|
||||
draw_scrollbar(renderer, style, &scrollbar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue