Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
05524afb
Commit
05524afb
authored
Jul 13, 2020
by
Yuri Chornoivan
Committed by
Albert Astals Cid
Jul 13, 2020
Browse files
Open left panel if it is closed when 'Open Signatures Panel' is clicked
parent
a73012a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
part.cpp
View file @
05524afb
...
...
@@ -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"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment