]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_scriptinset.C
fix 'purple box has wrong size in x_{}'
[features.git] / src / mathed / math_scriptinset.C
index 019c045e37ed8a7129bf452deedce02c237961f8..9e8732797e8f11824554d5ff0a1281198b5b0d76 100644 (file)
@@ -33,6 +33,8 @@ void MathScriptInset::metrics(MathStyles st) const
        width_   = xcell(0).width();
        ascent_  = xcell(0).ascent();
        descent_ = xcell(0).descent();
+       //lyxerr << "MathScriptInset::metrics: w: " << width_ << " a: " << ascent_
+       //      << " d: " << descent_ << "\n";
 }