]> git.lyx.org Git - features.git/blobdiff - src/BufferView_pimpl.C
Various fixes in insettext/tabular to make update work selective.
[features.git] / src / BufferView_pimpl.C
index 6f9ecaffa3fee42f8b6789b21c8466eaad52dab8..57f7f74d811b982b8cf2afa6d70c2acb9340a7b1 100644 (file)
@@ -1302,7 +1302,7 @@ void BufferView::Pimpl::setState()
 void BufferView::Pimpl::insetSleep()
 {
        if (bv_->the_locking_inset && !bv_->inset_slept) {
-               bv_->the_locking_inset->GetCursorPos(bv_->slx, bv_->sly);
+               bv_->the_locking_inset->GetCursorPos(bv_, bv_->slx, bv_->sly);
                bv_->the_locking_inset->InsetUnlock(bv_);
                bv_->inset_slept = true;
        }