]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.C
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / inset.C
index 0f8bbc739e611b613aa3ce294506b890ba923319..1f6014002595ee05dd85830a1b494c3409255767 100644 (file)
@@ -85,5 +85,5 @@ int InsetOld::scroll(bool) const
 void InsetOld::setPosCache(PainterInfo const & pi, int x, int y) const
 {
        //lyxerr << "InsetOld:: position cache to " << x << " " << y << std::endl;
-       theCoords.insets_.add(this, x, y + pi.base.bv->top_y());
+       theCoords.insets_.add(this, x, y);
 }