X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_amsarrayinset.C;h=6fdca3e708c506c3b696f7143b19f6df61e091b0;hb=edbef46cd7865dab72ab6b503d62e2492479d297;hp=561faa224871b1071f0dd979af68d64d9a6fdfdf;hpb=57501b93064a6deed43e415beed45606054d86ad;p=lyx.git diff --git a/src/mathed/math_amsarrayinset.C b/src/mathed/math_amsarrayinset.C index 561faa2248..6fdca3e708 100644 --- a/src/mathed/math_amsarrayinset.C +++ b/src/mathed/math_amsarrayinset.C @@ -85,6 +85,7 @@ void MathAMSArrayInset::draw(PainterInfo & pi, int x, int y) const int const yy = y - dim_.ascent(); mathed_draw_deco(pi, x + 1, yy, 5, dim_.height(), name_left()); mathed_draw_deco(pi, x + dim_.width() - 6, yy, 5, dim_.height(), name_right()); + setPosCache(pi, x, y); }