Fix `WatchList.Insert` not setting dirty flag
not sure if this was problematic in practice
This commit is contained in:
parent
13dd04a026
commit
4d4887ee31
|
@ -140,6 +140,7 @@ namespace BizHawk.Client.Common
|
|||
public void Insert(int index, Watch watch)
|
||||
{
|
||||
_watchList.Insert(index, watch);
|
||||
Changes = true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue