]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.C
Fixed the display bug for text-insets we still had and now ERT-insets do
[lyx.git] / src / insets / inset.C
index 12a904a78f78d3d1a57ce558c780d8c8aa9c8c74..02b733c9a76b7461824fde8fa946a2175eeaf508 100644 (file)
@@ -107,11 +107,12 @@ void UpdatableInset::ToggleInsetCursor(BufferView *)
 {
 }
 
+
 void UpdatableInset::Edit(BufferView * bv, int, int, unsigned int)
 {
     LyXFont
        font;
-//    bview = bv;
+
     scx = 0;
 
     mx_scx=abs((width(bv->getPainter(), font) - bv->paperWidth())/2);
@@ -127,7 +128,7 @@ void UpdatableInset::draw(Painter &, LyXFont const &,
 }
 
 
-void UpdatableInset::SetFont(LyXFont const &, bool )
+void UpdatableInset::SetFont(BufferView *, LyXFont const &, bool )
 {
 }