Richard Heck wrote:
Abdelrazak Younes wrote:
Richard Heck wrote:
Abdelrazak Younes wrote:
3143       new paragraph doesn't reset text style
Patch for 3143 attached.

Richard



------------------------------------------------------------------------

Index: text3.C
===================================================================
--- text3.C     (revision 17581)
+++ text3.C     (working copy)
@@ -652,6 +652,8 @@
        case LFUN_BREAK_PARAGRAPH:
                cap::replaceSelection(cur);
                breakParagraph(cur, 0);
+               //Reset text style to default
+               setFont(cur, LyXFont(LyXFont::ALL_INHERIT), 0);

I am not very familiar with this but maybe it is better to put the font setting at the end of breakParagraph(). I am worried about cases (special layout) where this we should not do that. Is there any? JMarc, Juergen?

Abdel.

                cur.resetAnchor();
                bv->switchKeyMap();
                break;


Reply via email to