mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
fea1e7dff4
commit
d2e5c09218
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user