]> git.lyx.org Git - features.git/blobdiff - src/insets/inset.C
reversed jug-bug, will apply pieces later
[features.git] / src / insets / inset.C
index 5d748761078886fe02b1f0a8c673f657005fece5..38fcb1e36d782aa87615f7a9f6e3b15fe398c1df 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;
@@ -204,7 +205,7 @@ void UpdatableInset::scroll(BufferView * bv, int offset) const
                        scx += offset;
                }
        }
-//     bv->updateInset(const_cast<UpdatableInset *>(this), false);
+       // bv->updateInset(const_cast<UpdatableInset *>(this), false);
 }