X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_decorationinset.C;h=25dd231ca4ab8fe5679d1dd8f2c111c24e9ba69e;hb=edbef46cd7865dab72ab6b503d62e2492479d297;hp=ba9ab175c2a326094d4f66b384ef5eccf38d520d;hpb=4dd07b9d68bd00855fda20d5800e7098dd1f23fc;p=lyx.git diff --git a/src/mathed/math_decorationinset.C b/src/mathed/math_decorationinset.C index ba9ab175c2..25dd231ca4 100644 --- a/src/mathed/math_decorationinset.C +++ b/src/mathed/math_decorationinset.C @@ -27,7 +27,9 @@ using std::auto_ptr; MathDecorationInset::MathDecorationInset(latexkeys const * key) : MathNestInset(1), key_(key) -{} +{ +// lyxerr << " creating deco " << key->name << std::endl; +} auto_ptr MathDecorationInset::clone() const @@ -110,7 +112,6 @@ void MathDecorationInset::metrics(MetricsInfo & mi, Dimension & dim) const void MathDecorationInset::draw(PainterInfo & pi, int x, int y) const { - lyxerr << "MathDecorationInset::draw: x: " << x << std::endl; cell(0).draw(pi, x + 1, y); if (wide()) mathed_draw_deco(pi, x + 1, y + dy_, cell(0).width(), dh_, key_->name);