mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Update comment.
This commit is contained in:
parent
a7896cb190
commit
d87ce2c91f
@ -538,10 +538,11 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notifies all insets which appear in old, but not in cur. And then
|
* Notifies all insets which appear in \c old, but not in \c cur. And then
|
||||||
* notify all insets which appear in cur, but not in old.
|
* notify all insets which appear in \c cur, but not in \c old.
|
||||||
* Make sure that the cursor old is valid, i.e. all inset pointers
|
* \returns true if cursor is now invalid, e.g. if some insets in
|
||||||
* point to valid insets! Use Cursor::fixIfBroken if necessary.
|
* higher cursor slices of \c old do not exist anymore. In this case
|
||||||
|
* it may be necessary to use Use Cursor::fixIfBroken.
|
||||||
*/
|
*/
|
||||||
bool notifyCursorLeavesOrEnters(Cursor const & old, Cursor & cur);
|
bool notifyCursorLeavesOrEnters(Cursor const & old, Cursor & cur);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user