]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.C
fix compilation pb ; update eu.po
[lyx.git] / src / insets / inset.C
index 344921e62066846892e38c00f628c71f9c8e1c27..bb97e2bc10fbf8ad98e0e13e6fbf0c155946dce6 100644 (file)
@@ -152,6 +152,7 @@ void UpdatableInset::draw(BufferView *, LyXFont const &,
 void UpdatableInset::SetFont(BufferView *, LyXFont const &, bool )
 {}
 
+
 void UpdatableInset::scroll(BufferView * bv, float s) const
 {
        LyXFont font;
@@ -180,8 +181,8 @@ void UpdatableInset::scroll(BufferView * bv, float s) const
        if ((tmp_top_x + scx + width(bv, font)) < (workW / 2)) {
                scx += (workW / 2) - (tmp_top_x + scx + width(bv, font));
        }
-       
-//     bv->updateInset(const_cast<UpdatableInset *>(this), false);
+
+       // bv->updateInset(const_cast<UpdatableInset *>(this), false);
 }
 
 void UpdatableInset::scroll(BufferView * bv, int offset) const