We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa632f commit 575cd67Copy full SHA for 575cd67
1 file changed
src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs
@@ -1315,6 +1315,7 @@ public void AnalogDecrementByTen()
1315
private void AnalogChangeBy(int change)
1316
{
1317
if (!AxisEditingMode) return;
1318
+ if (change == 0) return; // prevent issues with user accidentally moving mouse by 1 pixel before typing
1319
1320
if (_didAxisType)
1321
0 commit comments