Disable paragraph dialog for ERT inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3424 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2002-01-20 16:49:37 +00:00
parent bd31d0cb5c
commit 9823232096
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-01-20 Dekel Tsur <dekelts@tau.ac.il>
* insetert.h (forceDefaultParagraphs): Added
2002-01-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* insettabular.C (getMaxWidth):

View File

@ -122,6 +122,10 @@ public:
void status(BufferView *, ERTStatus const st) const;
///
bool showInsetDialog(BufferView *) const;
///
bool forceDefaultParagraphs(Inset const *) const {
return true;
}
private:
///