]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.C
remove symbol_def.h
[lyx.git] / src / mathed / math_deliminset.C
index 9fc14cad7842b779a0d9c0747f9b27b1df2a1d8d..d42bbf79d393d86fe7ff3cd1a197873fbba46039 100644 (file)
@@ -86,6 +86,6 @@ void MathDelimInset::draw(Painter & pain, int x, int y) const
        int const w = dw();
        int const b = y - ascent_ - 2;
        xcell(0).draw(pain, x + w + 2, y);
-       mathed_draw_deco(pain, x + 1, b, w, height() + 4, left_);
-       mathed_draw_deco(pain, x + width() - w - 1, b, w, height() + 4, right_);
+       mathed_draw_deco(pain, x + 1, b, w, height() + 4, left_->name);
+       mathed_draw_deco(pain, x + width() - w - 1, b, w, height() + 4, right_->name);
 }