GH-1645 reimplement open/close instance window based on settings
This commit is contained in:
parent
4b03dfcbd7
commit
fe68d59460
8 changed files with 122 additions and 79 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue