Hex Editor - move "nibble" display to a readable place (broken from the header speed optimization)
This commit is contained in:
parent
5f3f6547aa
commit
690fb786a5
|
@ -1094,7 +1094,7 @@ namespace BizHawk.MultiClient
|
|||
}
|
||||
if (HasNibbles())
|
||||
{
|
||||
e.Graphics.DrawString(MakeNibbles(), new Font("Courier New", 8, FontStyle.Italic), Brushes.Black, new Point(8,10));
|
||||
e.Graphics.DrawString(MakeNibbles(), new Font("Courier New", 8, FontStyle.Italic), Brushes.Black, new Point(158,4));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue