]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.C
(Herbert): nit-picking!
[lyx.git] / src / BufferView_pimpl.C
index cad89d3fdfa8eb378a486ab21bfb3e2765d858b1..1549d3338a442383a5c5999e7569b03284cf370c 100644 (file)
@@ -951,7 +951,7 @@ Inset * BufferView::Pimpl::checkInset(LyXText const & text,
 
        x -= b.x1;
        // The origin of an inset is on the baseline
-       y -= (text.cursor.y());
+       y -= text.cursor.iy();
 
        return inset;
 }