mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
the fix posted to the list
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@602 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
56f774b534
commit
4040ba827a
@ -1,3 +1,8 @@
|
||||
2000-03-10 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
|
||||
the list by Dekel Tsur.
|
||||
|
||||
2000-03-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
|
||||
|
@ -3293,7 +3293,7 @@ void LyXText::DeleteEmptyParagraphMechanism(LyXCursor const & old_cursor) const
|
||||
|
||||
// if free-spacing, then return also.
|
||||
if (textclasslist.Style(parameters->textclass,
|
||||
old_cursor.row->par->GetLayout()).free_spacing)
|
||||
old_cursor.par->GetLayout()).free_spacing)
|
||||
return;
|
||||
|
||||
#ifdef FIX_DOUBLE_SPACE
|
||||
|
Loading…
Reference in New Issue
Block a user