]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.C
This commit re-enable the table adjustment with screen whenever the table is bigger...
[features.git] / src / insets / insettabular.C
index 5b12c948ac9b77f02d42d1bf3a39219a7b4246e3..ba2e241cfc78541b6cf5c7fb20f88824cf3dafa3 100644 (file)
@@ -316,7 +316,7 @@ void InsetTabular::draw(PainterInfo & pi, int x, int y) const
        static lyx::frontend::NullPainter nop;
        static PainterInfo nullpi(bv, nop);
 
-       //resetPos(bv->cursor());
+       resetPos(bv->cursor());
 
        x += scx_;
        x += ADD_TO_TABULAR_WIDTH;