]> 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 cbf3a03225f9d4b1ed55c92fdaab639389a0f2a1..2aa378b7e2dcf2b980a44d71582c1fc41329c170 100644 (file)
@@ -89,6 +89,8 @@ void FormParagraph::changedParagraph()
 
        if (!accept) {
                postWarning(_("Cannot apply paragraph settings to this inset!"));
+       } else {
+               clearMessage();
        }
 }