mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-22 15:57:46 +01:00
Fix bug in option dragging.
This commit is contained in:
parent
ef3ffb5f10
commit
8dab9407ad
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ public partial class ConfigWindow
|
||||||
var sourceGroup = panel._mod.Groups[ sourceGroupIdx ];
|
var sourceGroup = panel._mod.Groups[ sourceGroupIdx ];
|
||||||
var currentCount = group.Count;
|
var currentCount = group.Count;
|
||||||
var option = sourceGroup[ sourceOption ];
|
var option = sourceGroup[ sourceOption ];
|
||||||
var priority = sourceGroup.OptionPriority( _dragDropGroupIdx );
|
var priority = sourceGroup.OptionPriority( _dragDropOptionIdx );
|
||||||
panel._delayedActions.Enqueue( () =>
|
panel._delayedActions.Enqueue( () =>
|
||||||
{
|
{
|
||||||
Penumbra.ModManager.DeleteOption( panel._mod, sourceGroupIdx, sourceOption );
|
Penumbra.ModManager.DeleteOption( panel._mod, sourceGroupIdx, sourceOption );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue