]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView2.C
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / BufferView2.C
index 659d17eaaf9174feb447eccc6fc3974b39247926..218950a75c015531594202102c041360f9878f3c 100644 (file)
@@ -770,7 +770,7 @@ void BufferView::fitLockedInsetCursor(int x, int y, int asc, int desc)
 {
        if (theLockingInset() && available()) {
                y += text->cursor.y() + theLockingInset()->InsetInInsetY();
-               if (pimpl_->screen_->FitManualCursor(text, x, y, asc, desc))
+               if (pimpl_->screen_->FitManualCursor(text, this, x, y, asc, desc))
                        updateScrollbar();
        }
 }