From 73facfc164d057cc42e9337168e19b7be60fe4ae Mon Sep 17 00:00:00 2001 From: Asger Ottar Alstrup Date: Sun, 22 Oct 2006 17:21:00 +0000 Subject: [PATCH] - fix StatusBar update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15486 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxfunc.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lyxfunc.C b/src/lyxfunc.C index 771d801917..58a8fa635f 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -1607,8 +1607,8 @@ void LyXFunc::dispatch(FuncRequest const & cmd) if (needSecondUpdate || updateFlags != Update::None) { view()->buffer()->changed(); - lyx_view_->updateStatusBar(); } + lyx_view_->updateStatusBar(); // if we executed a mutating lfun, mark the buffer as dirty if (flag.enabled() -- 2.39.2