diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-01-01 12:39:35 +0100 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2019-01-01 12:39:35 +0100 |
| commit | d8396bfa2cde422c7522b0e6a78b0d5ab2e218ac (patch) | |
| tree | 6c022041e75ccb81ee7f166c8f4ebab59b1defcf /src/modlist.cpp | |
| parent | 858930cb461988adec846bdf96fad6f600b81cd6 (diff) | |
Fixed refresh not clearing overwrite highlighting.
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index fd39654e..a0822e49 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -1150,6 +1150,8 @@ void ModList::notifyChange(int rowStart, int rowEnd) m_Overwritten.clear();
m_ArchiveOverwrite.clear();
m_ArchiveOverwritten.clear();
+ m_ArchiveLooseOverwrite.clear();
+ m_ArchiveLooseOverwritten.clear();
beginResetModel();
endResetModel();
} else {
|
