mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
update after LFUN_INSET_APPLY
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9913 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ea2bf14db
commit
ce8abc8a33
@ -1,3 +1,7 @@
|
||||
2005-05-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
|
||||
|
||||
2005-05-04 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* lyxfunc.C (getStatus): disable the spell checker dialog if
|
||||
|
@ -1356,6 +1356,9 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
|
||||
FuncRequest fr(LFUN_INSET_INSERT, argument);
|
||||
dispatch(fr);
|
||||
}
|
||||
// ideally, the update flag should be set by the insets,
|
||||
// but this is not possible currently
|
||||
update = true;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user