Virtualpad Target Screen - fix to mouse up behavior

This commit is contained in:
adelikat 2014-07-04 14:25:33 +00:00
parent e6acadf118
commit 07a337de46
1 changed files with 0 additions and 3 deletions

View File

@ -293,9 +293,6 @@ namespace BizHawk.Client.EmuHawk
if (e.Button == MouseButtons.Left)
{
_isDragging = false;
_isProgrammicallyChangingNumerics = false;
Global.StickyXORAdapter.Unset(XName);
Global.StickyXORAdapter.Unset(YName);
TargetPanel.Refresh();
}
}