]> git.lyx.org Git - features.git/commit
Fix bug 2789 (as discussed)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 30 Sep 2006 17:17:31 +0000 (17:17 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 30 Sep 2006 17:17:31 +0000 (17:17 +0000)
commitdeef368edc773eeafbb50c2696562f91e86a3618
tree651e7c3041f8bc7c3c1ec2b8562af815777572fa
parent6eab6ea7324e987f2f92219679455b7a4956644b
Fix bug 2789 (as discussed)
* src/mathed/InsetMathHull.C
(InsetMathHull::doDispatch): move code for ref insert to InsetMathNest
(InsetMathHull::getStatus): move code for ref insert to InsetMathNest

* src/mathed/InsetMathNest.C
(InsetMathNest::doDispatch): move code from InsetMathHull here
(InsetMathNest::getStatus): move code from InsetMathHull here

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15189 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathHull.C
src/mathed/InsetMathNest.C