]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormParagraph.C
Ensure that the warning message is removed if the underlying paragraph will
[lyx.git] / src / frontends / xforms / FormParagraph.C
index 87a30e4cda6834d0a62484cee70b967474c978d0..2aa378b7e2dcf2b980a44d71582c1fc41329c170 100644 (file)
@@ -89,8 +89,9 @@ void FormParagraph::changedParagraph()
 
        if (!accept) {
                postWarning(_("Cannot apply paragraph settings to this inset!"));
+       } else {
+               clearMessage();
        }
-
 }