Ram watch - a few cleanups, and change spaces to tabs
This commit is contained in:
parent
5531c8731c
commit
19645e54bc
|
@ -22,7 +22,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
private int _defaultWidth;
|
private int _defaultWidth;
|
||||||
private int _defaultHeight;
|
private int _defaultHeight;
|
||||||
private string _sortedColumn = "";
|
private string _sortedColumn;
|
||||||
private bool _sortReverse;
|
private bool _sortReverse;
|
||||||
private bool _paused;
|
private bool _paused;
|
||||||
|
|
||||||
|
@ -403,7 +403,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
if (sw.Domain != SelectedWatches.First().Domain)
|
if (sw.Domain != SelectedWatches.First().Domain)
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException("Can't edit multiple watches on varying memorydomains");
|
throw new InvalidOperationException("Can't edit multiple watches on varying memory domains");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue