]> git.lyx.org Git - features.git/commitdiff
fix line ending
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 15 Jul 2006 11:37:20 +0000 (11:37 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 15 Jul 2006 11:37:20 +0000 (11:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14460 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/WorkArea.C

index 1f925795af61a79f0272dbdacda4dc97fe0bea5a..5c789a8e0fd896176097fc94f07130588c4582ae 100644 (file)
@@ -222,7 +222,7 @@ void WorkArea::processKeySym(LyXKeySymPtr key,
         */
 //     if (buffer_view_->available())
        toggleCursor();
-       \r
+
        // uneeded "redraw()" call commented out for now.
        // When/if the call to LyXView::redrawWorkArea() in "lyxfunc.C:1610"
        // is not needed anymore, this line should be uncommented out