hex editor: show partial rows
This commit is contained in:
parent
f0001687ed
commit
78a0b428a3
|
@ -857,7 +857,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void SetUpScrollBar()
|
||||
{
|
||||
_rowsVisible = (MemoryViewerBox.Height - (fontHeight * 2) - (fontHeight / 2)) / fontHeight;
|
||||
var totalRows = _domain.Size / 16;
|
||||
var totalRows = (_domain.Size + 15) / 16;
|
||||
|
||||
if (totalRows < _rowsVisible)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue