Skip to content
Snippets Groups Projects
Commit 9da539fd authored by con's avatar con
Browse files

Ensure that navigation sidebar is visible when using nav widget shortcut

Reviewed-by: Daniel Molkentin
parent 8ef7ad0b
No related merge requests found
......@@ -186,6 +186,7 @@ NavigationSubWidget *NavigationWidget::insertSubItem(int position)
void NavigationWidget::activateSubWidget()
{
setShown(true);
QShortcut *original = qobject_cast<QShortcut *>(sender());
QString title = m_shortcutMap[original];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment