fix crash with insetoparg (bug 1890)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9993 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-06-02 15:01:16 +00:00
parent a60ef90b5e
commit 38d438d993
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-05-31 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* insetoptarg.C (InsetOptArg): make the inset open by default
(fixes bug 1890)
2005-05-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org> 2005-05-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* insetvspace.C (draw): use VSpace::asGUIName. * insetvspace.C (draw): use VSpace::asGUIName.

View File

@ -26,7 +26,7 @@ using std::ostringstream;
InsetOptArg::InsetOptArg(BufferParams const & ins) InsetOptArg::InsetOptArg(BufferParams const & ins)
: InsetCollapsable(ins, Collapsed) : InsetCollapsable(ins)
{ {
LyXFont font(LyXFont::ALL_SANE); LyXFont font(LyXFont::ALL_SANE);
font.setColor(LColor::collapsable); font.setColor(LColor::collapsable);