From 5eb43656d71928b39d5d0a6d9257235f3b6f0086 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 22 Aug 2007 08:22:32 +0000 Subject: [PATCH] revert 19714, this is not the right fix. LyXView::loadLyXFile() is not about displaying a buffer. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19715 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/LyXView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/LyXView.cpp b/src/frontends/LyXView.cpp index fe63103a99..71b8471d49 100644 --- a/src/frontends/LyXView.cpp +++ b/src/frontends/LyXView.cpp @@ -164,8 +164,6 @@ Buffer * LyXView::loadLyXFile(FileName const & filename, bool tolastfiles) } } - wa->redraw(); - busy(false); return newBuffer; }