From c050a377d86d2bfd1ab1a47505ef7c8561b237ae Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 2 Dec 2019 20:11:35 -0600 Subject: [PATCH] WatchList - flag changes when doing column sort --- BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs b/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs index 0d21d0c62e..f278f9567d 100644 --- a/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs +++ b/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs @@ -325,6 +325,8 @@ namespace BizHawk.Client.Common break; } + + Changes = true; } ///