mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-20 06:27:43 +01:00
MouseWheels are pretty great.
This commit is contained in:
parent
5e37f8d2e8
commit
1fefe7366c
22 changed files with 250 additions and 88 deletions
|
|
@ -4,7 +4,7 @@ using OtterGui.Widgets;
|
|||
namespace Glamourer.Gui.Tabs;
|
||||
|
||||
public class NpcCombo(NpcCustomizeSet npcCustomizeSet)
|
||||
: FilterComboCache<NpcData>(npcCustomizeSet, Glamourer.Log)
|
||||
: FilterComboCache<NpcData>(npcCustomizeSet, MouseWheelType.None, Glamourer.Log)
|
||||
{
|
||||
protected override string ToString(NpcData obj)
|
||||
=> obj.Name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue