Fix custom style of PickList
This commit is contained in:
parent
8b55e9b9e6
commit
74ebcca146
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ impl pick_list::StyleSheet for Theme {
|
|||
icon_size: 0.7,
|
||||
}
|
||||
}
|
||||
PickList::Custom(custom, _) => custom.active(self),
|
||||
PickList::Custom(custom, _) => custom.hovered(self),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue