Ensure that the warning message is removed if the underlying paragraph will

accept our changes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-04-12 09:35:50 +00:00
parent 0dd2eb7edd
commit ced212a684
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-04-12 Angus Leeming <a.leeming@ic.ac.uk>
* FormParagraph.C (changedParagraph): ensure that the warning message
is removed if the underlying paragraph will accept our changes.
2002-04-09 Herbert Voss <voss@perce.de>
* FormGraphics.C: allow rotate-values like 270.1

View File

@ -89,6 +89,8 @@ void FormParagraph::changedParagraph()
if (!accept) {
postWarning(_("Cannot apply paragraph settings to this inset!"));
} else {
clearMessage();
}
}