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
f2538768
Commit
f2538768
authored
Sep 06, 2020
by
Albert Astals Cid
Browse files
Don't always show the signature message ^_^
Fix regression in
a05df764
parent
cbddcd32
Pipeline
#33216
passed with stage
in 19 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
part.cpp
View file @
f2538768
...
...
@@ -1542,8 +1542,8 @@ bool Part::openFile()
}
else
{
m_signatureMessage
->
setText
(
i18n
(
"This document is digitally signed."
));
}
m_signatureMessage
->
setVisible
(
true
);
}
m_signatureMessage
->
setVisible
(
true
);
}
if
(
m_showPresentation
)
...
...
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