From ce8abc8a3339d10a8c861b22e42d6d41ed77a61f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 6 May 2005 12:15:36 +0000 Subject: [PATCH] update after LFUN_INSET_APPLY git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9913 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/lyxfunc.C | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index c91f25e73f..ef627de08c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-05-06 Jürgen Spitzmüller + + * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY. + 2005-05-04 Angus Leeming * lyxfunc.C (getStatus): disable the spell checker dialog if diff --git a/src/lyxfunc.C b/src/lyxfunc.C index 91d89b0df7..57bd08c788 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -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; } -- 2.39.5