debugging focused style not working
This commit is contained in:
parent
7d2d813343
commit
eaa2238600
1 changed files with 2 additions and 2 deletions
|
|
@ -859,7 +859,7 @@ pub fn draw<Renderer>(
|
|||
} else if mouse_over_scrollable {
|
||||
theme.focused(style)
|
||||
} else {
|
||||
theme.active(style)
|
||||
theme.focused(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.active_horizontal(style)
|
||||
theme.focused_horizontal(style)
|
||||
};
|
||||
|
||||
draw_scrollbar(renderer, style, &scrollbar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue