mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-19 07:04:20 +01:00
Update Combos.
This commit is contained in:
parent
95d5d6c4b0
commit
d2bfcefb89
6 changed files with 19 additions and 36 deletions
|
|
@ -278,7 +278,7 @@ public class FileEditor<T> : IDisposable where T : class, IWritable
|
|||
private readonly Configuration _config;
|
||||
|
||||
public Combo(Configuration config, Func<IReadOnlyList<FileRegistry>> generator)
|
||||
: base(generator, Penumbra.Log)
|
||||
: base(generator, MouseWheelType.None, Penumbra.Log)
|
||||
=> _config = config;
|
||||
|
||||
protected override bool DrawSelectable(int globalIdx, bool selected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue