mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 15:46:16 +00:00
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:
parent
bd31d0cb5c
commit
9823232096
@ -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):
|
||||
|
@ -122,6 +122,10 @@ public:
|
||||
void status(BufferView *, ERTStatus const st) const;
|
||||
///
|
||||
bool showInsetDialog(BufferView *) const;
|
||||
///
|
||||
bool forceDefaultParagraphs(Inset const *) const {
|
||||
return true;
|
||||
}
|
||||
|
||||
private:
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user