mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
- 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:
parent
34bca87dd8
commit
73facfc164
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user