diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 15:15:27 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 15:15:27 -0500 |
| commit | 7f2d0e672205b85425cff488aa41ba0117abd191 (patch) | |
| tree | 2a3a29b80d7bdf868fe45cc17a1a8b82dd9fbec9 /src/modlist.h | |
| parent | e18afba89300979a1cabaf26a956903d737e3253 (diff) | |
fix crash when changing categories on mods when the "no categories" filter is selected
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<int> m_RequestIDs;
mutable bool m_Modified;
+ bool m_InNotifyChange;
QFontMetrics m_FontMetrics;
|
