]> git.lyx.org Git - features.git/blobdiff - src/text.C
More InsetText/InsetTabular fixes!
[features.git] / src / text.C
index 2964b22df4da5a8e38e7376e1fe31af268c7598e..e60dfb18a55511b777f02c40bb0cb65582792753 100644 (file)
@@ -1895,7 +1895,7 @@ void LyXText::OpenFootnote(BufferView * bview)
 // Just a macro to make some thing easier. 
 void LyXText::RedoParagraph(BufferView * bview) const
 {
-       ClearSelection();
+       ClearSelection(bview);
        RedoParagraphs(bview, cursor, cursor.par()->Next());
        SetCursorIntern(bview, cursor.par(), cursor.pos());
 }
@@ -4091,7 +4091,7 @@ void LyXText::InsertFootnoteEnvironment(BufferView * bview,
    
    SetCursor(bview, sel_start_cursor.par()->Next(), 0);
 
-   ClearSelection();
+   ClearSelection(bview);
 }
 #endif