]> git.lyx.org Git - features.git/blobdiff - src/insets/inset.C
The big change tracking patch. Changes from posted version :
[features.git] / src / insets / inset.C
index 650b6b4510dba4acc9c4e2846d0225c1a17df3b4..a6ae3fd32e2296cf152102bb478d6d16342882a6 100644 (file)
@@ -361,6 +361,14 @@ UpdatableInset::selectNextWordToSpellcheck(BufferView *bv, float & value) const
 }
 
 
+bool UpdatableInset::nextChange(BufferView * bv, lyx::pos_type &)
+{
+       // we have to unlock ourself in this function by default!
+       bv->unlockInset(const_cast<UpdatableInset *>(this));
+       return false;
+}
+
 bool UpdatableInset::searchForward(BufferView * bv, string const &,
                                   bool, bool)
 {