Virtualpad Target Screen - fix to mouse up behavior
This commit is contained in:
parent
e6acadf118
commit
07a337de46
|
@ -293,9 +293,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
if (e.Button == MouseButtons.Left)
|
if (e.Button == MouseButtons.Left)
|
||||||
{
|
{
|
||||||
_isDragging = false;
|
_isDragging = false;
|
||||||
_isProgrammicallyChangingNumerics = false;
|
|
||||||
Global.StickyXORAdapter.Unset(XName);
|
|
||||||
Global.StickyXORAdapter.Unset(YName);
|
|
||||||
TargetPanel.Refresh();
|
TargetPanel.Refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue