From a4644908700ebc9b0d74615226e7b23285f99e1a Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 12 Feb 2008 07:23:44 +0000 Subject: [PATCH] Fix crash with multiple window opening/closing. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22952 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 17fa83bd29..31cbd68357 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -538,6 +538,7 @@ void GuiView::updateStatusBar() if (d.statusbar_timer_.isActive()) return; + theLyXFunc().setLyXView(this); statusBar()->showMessage(toqstr(theLyXFunc().viewStatusMessage())); } -- 2.39.5