]> git.lyx.org Git - lyx.git/commit
Get raising/lowering into super/subscripts of selection working (1.3
authorMartin Vermeer <martin.vermeer@hut.fi>
Mon, 20 Mar 2006 06:53:29 +0000 (06:53 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Mon, 20 Mar 2006 06:53:29 +0000 (06:53 +0000)
commit2c30e9b17afc036515a3d23fb657c4f55815d7c5
tree52f4ded02f67421dc7ab4c80dad2d221bf2f8e4c
parentdba38ca4a746e39d0d91c865cc0beec31e2c4977
Get raising/lowering into super/subscripts of selection working (1.3
regression)

* cursor.C: get rid of paste()

* mathed/math_nestinset.C
(MathNestInset::doDispatch):
(MathNestInset::lfunMouseRelease): define safe_ (selection) in
several places
(MathNestInset::script): use data member safe_ to insert selection

* mathed/math_nestinset.h: data member safe_

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13424 a592a061-630c-0410-9148-cb99ea01b6c8
src/cursor.C
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h