]> git.lyx.org Git - features.git/commitdiff
update after LFUN_INSET_APPLY
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 6 May 2005 12:15:36 +0000 (12:15 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 6 May 2005 12:15:36 +0000 (12:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9913 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyxfunc.C

index c91f25e73f5c1a4e55f6819cd95a5b728513058a..ef627de08c7c5c689b44a208f368eaca7cd068ca 100644 (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
index 91d89b0df73a98c4ed301e71aa32a10f5dcbaa89..57bd08c78862eb7c06499c5ac47dcecf86f11c79 100644 (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;
                }