Open left panel if it is closed when 'Open Signatures Panel' is clicked

This commit is contained in:
Yuri Chornoivan 2020-07-13 17:53:04 +00:00 committed by Albert Astals Cid
parent a73012a91c
commit 05524afbfa

View file

@ -857,6 +857,8 @@ void Part::setupActions()
if (m_sidebar->currentItem() != m_signaturePanel) {
m_sidebar->setCurrentItem(m_signaturePanel);
}
m_showLeftPanel->setChecked(true);
slotShowLeftPanel();
});
m_showEmbeddedFiles = ac->addAction(QStringLiteral("embedded_files"));