From eedd7bd25fbed1c14a9887872caeca113a9160a3 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 12 Oct 2006 15:23:49 +0000 Subject: [PATCH] ensure that theLyXFunc is set to the proper LyXView. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15310 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/WorkArea.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/WorkArea.C b/src/frontends/WorkArea.C index 1ecab9fdc6..55b7e15a9e 100644 --- a/src/frontends/WorkArea.C +++ b/src/frontends/WorkArea.C @@ -260,6 +260,8 @@ void WorkArea::dispatch(FuncRequest const & cmd0) return; } + theLyXFunc().setLyXView(&lyx_view_); + buffer_view_->workAreaDispatch(cmd0); // Skip these when selecting -- 2.39.2