GH-1645 reimplement open/close instance window based on settings

This commit is contained in:
Petr Mrázek
2016-11-01 01:25:04 +01:00
parent 4b03dfcbd7
commit fe68d59460
8 changed files with 122 additions and 79 deletions

View File

@ -94,7 +94,7 @@ bool PageContainer::selectPage(QString pageId)
{
index = m_proxyModel->mapFromSource(m_model->index(page->listIndex));
}
else
if(!index.isValid())
{
index = m_proxyModel->index(0, 0);
}