]> git.lyx.org Git - features.git/commitdiff
- fix StatusBar update
authorAsger Ottar Alstrup <alstrup@lyx.org>
Sun, 22 Oct 2006 17:21:00 +0000 (17:21 +0000)
committerAsger Ottar Alstrup <alstrup@lyx.org>
Sun, 22 Oct 2006 17:21:00 +0000 (17:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15486 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfunc.C

index 771d8019172a643bb9b0bd0607c5a8efd59aa35f..58a8fa635f220db8e56b9bfad090f4e70c174a90 100644 (file)
@@ -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()