mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-26 18:07:18 +00:00
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:
parent
a60ef90b5e
commit
38d438d993
@ -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>
|
||||
|
||||
* insetvspace.C (draw): use VSpace::asGUIName.
|
||||
|
@ -26,7 +26,7 @@ using std::ostringstream;
|
||||
|
||||
|
||||
InsetOptArg::InsetOptArg(BufferParams const & ins)
|
||||
: InsetCollapsable(ins, Collapsed)
|
||||
: InsetCollapsable(ins)
|
||||
{
|
||||
LyXFont font(LyXFont::ALL_SANE);
|
||||
font.setColor(LColor::collapsable);
|
||||
|
Loading…
x
Reference in New Issue
Block a user