Commit fa5a6e5d authored by Maciej Suminski's avatar Maciej Suminski

Clearing m_hiddentItems to avoid PNS crashes.

parent c3b448b6
......@@ -470,6 +470,8 @@ void PNS_ROUTER::EraseView()
item->ViewSetVisible( true );
}
m_hiddenItems.clear();
if( m_previewItems )
{
m_previewItems->FreeItems();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment