mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
fix changing display mode clearing filters
This commit is contained in:
parent
07d92a34ad
commit
555ebe3eb3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ std::optional<size_t> ModListSource::getItemCount() const {
|
|||
void ModListSource::setPageSize(size_t size) {
|
||||
if (m_pageSize != size) {
|
||||
m_pageSize = size;
|
||||
this->reset();
|
||||
this->clearCache();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue