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:
Jürgen Spitzmüller 2005-05-06 12:15:36 +00:00
parent 4ea2bf14db
commit ce8abc8a33
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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;
}