Fix cursor icon position in horizontal tastudio orientation
necessary with 00228a1f20
This commit is contained in:
parent
f09e72e7e0
commit
15ac8e2905
|
@ -163,7 +163,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
if (TasView.HorizontalOrientation)
|
||||
{
|
||||
offsetX = 2;
|
||||
offsetX = -1;
|
||||
offsetY = 5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue