]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_diminset.C
index 6f35928e0660c7b281bed21b1449ad57ede97006..c2d0f9b404879a14c88dc13cd11cafa8169e3721 100644 (file)
@@ -12,9 +12,9 @@ void MathDimInset::metricsT(TextMetricsInfo const &) const
 /*
        std::ostringstream os;
        os << MathAtom(this);
-       dim_.w = int(os.str().size());
-       dim_.a = 1;
-       dim_.d = 0;
+       dim_.wid = int(os.str().size());
+       dim_.asc = 1;
+       dim_.des = 0;
 */
 }