mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
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:
parent
0dd2eb7edd
commit
ced212a684
@ -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>
|
2002-04-09 Herbert Voss <voss@perce.de>
|
||||||
|
|
||||||
* FormGraphics.C: allow rotate-values like 270.1
|
* FormGraphics.C: allow rotate-values like 270.1
|
||||||
|
@ -89,6 +89,8 @@ void FormParagraph::changedParagraph()
|
|||||||
|
|
||||||
if (!accept) {
|
if (!accept) {
|
||||||
postWarning(_("Cannot apply paragraph settings to this inset!"));
|
postWarning(_("Cannot apply paragraph settings to this inset!"));
|
||||||
|
} else {
|
||||||
|
clearMessage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user