paste to any place in the inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2328 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-07-24 17:26:44 +00:00
parent fea1e7dff4
commit d2e5c09218
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@
* math_updowninset.C: fix drawing glitches
* math_cursor.C: paste to correct position
2001-07-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* formula.C (insetAllowed): allow insertion of label

View File

@ -98,7 +98,7 @@ struct Selection
void paste(MathCursor & cursor) const
{
cursor.cursor().cell().push_back(glue());
cursor.insert(glue());
}
// glues selection to one cell