]> git.lyx.org Git - features.git/commitdiff
update display after LFUN_ALL_INSETS_TOGGLE
authorMichael Schmitt <michael.schmitt@teststep.org>
Thu, 15 Sep 2005 16:00:29 +0000 (16:00 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Thu, 15 Sep 2005 16:00:29 +0000 (16:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10449 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyxfunc.C

index 4846d82b1ebc4e1c929e01b09aa54f5cd32290f4..e1abc5a37a3b3cb24751b01ee6b584eeeaaed834 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-14  Michael Gerz  <michael.gerz@teststep.org>
+
+       * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
+
 2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * BufferView_pimpl.C (setBuffer): when one wants to set the layout
index 0964eba16541267a52d1e5f22a66d5659d4d8dc6..a5d3b7be41de2a0e70519d2d844ed15dd7560ffd 100644 (file)
@@ -1408,6 +1408,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
                                    || inset_code == it->lyxCode())
                                        it->dispatch(cur, fr);
                        }
+                       update = true;
                        break;
                }