Merge pull request #1570 from PolyMeilex/fix-picklist-custom-style
Fix custom style of PickList
This commit is contained in:
commit
da244ff804
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ impl pick_list::StyleSheet for Theme {
|
||||||
icon_size: 0.7,
|
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