]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.C
halfway through fixing size of math in non-standard sizesd paragraohs like
[lyx.git] / src / mathed / math_deliminset.C
index dfa88844698cbeb6042ff9e44fc23251be673bac..cef56a13cc0f15ab3340ae896c93b4b2afdd1f8a 100644 (file)
@@ -65,7 +65,7 @@ void MathDelimInset::metrics(MathMetricsInfo const & st) const
        xcell(0).metrics(st);
        size_    = st;
        int a, d, w;
-       mathed_char_dim(LM_TC_VAR, size_.size,'I', a, d, w);
+       mathed_char_dim(LM_TC_VAR, size_'I', a, d, w);
        int h0   = (a + d) / 2;
        int a0   = std::max(xcell(0).ascent(), a)   - h0;
        int d0   = std::max(xcell(0).descent(), d)  + h0;