1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00
This commit is contained in:
Laserlicht
2023-10-21 02:22:22 +02:00
committed by GitHub
parent 9a116f9b20
commit ceb70af528

View File

@@ -115,8 +115,8 @@ void CSelectionBase::toggleTab(std::shared_ptr<CIntObject> tab)
if(tabSel->showRandom)
{
tabSel->curFolder = "";
tabSel->filter(0, true);
tabSel->showRandom = false;
tabSel->filter(0, true);
}
GH.windows().totalRedraw();