- fix StatusBar update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15486 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Asger Ottar Alstrup 2006-10-22 17:21:00 +00:00
parent 34bca87dd8
commit 73facfc164

View 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()