1
0
Fork 0

Fix #13814, 2824e790: A Set() became Reset() preventing initial sorting of lists

pull/13816/head
glx22 2025-03-14 19:45:33 +01:00
parent ac2087a3eb
commit 050cc16b21
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public:
bool NeedResort()
{
if (--this->resort_timer == 0) {
this->flags.Reset(SortListFlag::Resort);
this->flags.Set(SortListFlag::Resort);
this->ResetResortTimer();
return true;
}