X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_boldsymbolinset.C;h=c17b3ff7918ddc134d4fcf5bc47f36afaab566d7;hb=b447408de232872fef1537fca542abc23702d572;hp=d60189ae2b4114ba1890f6d287485f7ba40bdecd;hpb=22990dde1f9dd0daccd91b7817ef02547e93e9d1;p=lyx.git diff --git a/src/mathed/math_boldsymbolinset.C b/src/mathed/math_boldsymbolinset.C index d60189ae2b..c17b3ff791 100644 --- a/src/mathed/math_boldsymbolinset.C +++ b/src/mathed/math_boldsymbolinset.C @@ -34,7 +34,7 @@ void MathBoldsymbolInset::metrics(MetricsInfo & mi, Dimension & dim) const { //FontSetChanger dummy(mi.base, "mathbf"); cell(0).metrics(mi, dim); - metricsMarkers(1); + metricsMarkers(dim); ++dim.wid; // for 'double stroke' dim_ = dim; }