From 7f2d0e672205b85425cff488aa41ba0117abd191 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Wed, 27 Nov 2019 15:15:27 -0500 Subject: fix crash when changing categories on mods when the "no categories" filter is selected --- src/modlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modlist.h') diff --git a/src/modlist.h b/src/modlist.h index 5ce32f6e..631401c0 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -341,6 +341,7 @@ private: std::set m_RequestIDs; mutable bool m_Modified; + bool m_InNotifyChange; QFontMetrics m_FontMetrics; -- cgit v1.3.1