From f25387681bf53749f01cb188ce89560caf99f9cb Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 6 Sep 2020 10:50:29 +0200 Subject: [PATCH] Don't always show the signature message ^_^ Fix regression in a05df764bcb42fbef2a7bf0c95373b5baa7b9f05 --- part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part.cpp b/part.cpp index c07e74ed7..cfa2d0a43 100644 --- a/part.cpp +++ b/part.cpp @@ -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)