diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 15:16:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 15:16:58 -0500 |
| commit | 23bfe4e9ffe1637ff9e4912f913567ee921c801e (patch) | |
| tree | 1e91a5e00683ea4633f15c114dcf4a293d2a294c /src/modlist.h | |
| parent | 454c550b158d0efa1820cc09562f77f718abffd3 (diff) | |
| parent | 7f2d0e672205b85425cff488aa41ba0117abd191 (diff) | |
Merge pull request #909 from isanae/change-category-crash
Fix crash when changing categories on mods while a 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;
|
