diff -r 4df9d8cedf7f -r b0022324fb4e QTfrontend/ui/widget/mapContainer.cpp --- a/QTfrontend/ui/widget/mapContainer.cpp Sun Mar 18 14:38:48 2018 +0100 +++ b/QTfrontend/ui/widget/mapContainer.cpp Sun Mar 18 15:24:54 2018 +0100 @@ -599,9 +599,9 @@ QAbstractItemModel * tmodel; if (m_withoutDLC) - tmodel = m_themeModel->withoutDLC(); + tmodel = m_themeModel->withoutDLCOrHidden(); else - tmodel = m_themeModel; + tmodel = m_themeModel->withoutHidden(); if(!tmodel->rowCount()) return; quint32 themeNum = rand() % tmodel->rowCount();