Fixed bug with right click inputRoll selction.
This commit is contained in:
parent
a9cded19bb
commit
d66181a597
|
@ -1180,6 +1180,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
_currentX = e.X;
|
||||
_currentY = e.Y;
|
||||
Cell newCell = CalculatePointedCell(_currentX.Value, _currentY.Value);
|
||||
newCell.RowIndex += FirstVisibleRow;
|
||||
CellChanged(newCell);
|
||||
SelectCell(CurrentCell);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue