From: Asger Ottar Alstrup Date: Sun, 22 Oct 2006 17:21:00 +0000 (+0000) Subject: - fix StatusBar update X-Git-Tag: 1.6.10~12239 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=73facfc164d057cc42e9337168e19b7be60fe4ae;p=features.git - fix StatusBar update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15486 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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()