Skip to content

Commit db070b9

Browse files
committed
Fix #4568
1 parent 28afece commit db070b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ public void EditAnalogProgrammatically(KeyEventArgs e)
14371437
changeBy = -1;
14381438
}
14391439

1440-
if (ModifierKeys == Keys.Shift)
1440+
if (e.Modifiers == Keys.Shift)
14411441
{
14421442
changeBy *= 10;
14431443
}

0 commit comments

Comments
 (0)