]> git.lyx.org Git - lyx.git/commit
Fix missing undo group when doing the following:
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 29 Nov 2010 16:06:43 +0000 (16:06 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 29 Nov 2010 16:06:43 +0000 (16:06 +0000)
commit87a0c25bc4e2debd0bf0e2b5fca30332588a694b
tree96bd754a27700d46b8489110c92c5427c879ffd7
parent4439f6144f53f2d9beaa2ceffda861838fd39e86
Fix missing undo group when doing the following:
* create math inset
* enter macro name \ww
* press left arrow to re-enter the macro name inset, add a third 'w'.
* when leaving the inset is is updated through notifyCursorLeaves, but no undo group is active

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36596 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiApplication.cpp