]> git.lyx.org Git - features.git/blobdiff - src/mathed/xarray.C
fix 'purple box has wrong size in x_{}'
[features.git] / src / mathed / xarray.C
index 4aa396bfa8debfa15333ff9cb299c257734eb52d..1a31caee9f13e93a55b62b91357318fa19939675 100644 (file)
@@ -36,6 +36,8 @@ void MathXArray::metrics(MathStyles st) const
                descent_ = std::max(descent_, p->descent());
                width_  += p->width();
        }
+       //lyxerr << "MathXArray::metrics(): '" << ascent_ << " " 
+       //      << descent_ << " " << width_ << "'\n";
 }