]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.cpp
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathBox.cpp
index 603ea05b380dae32128e51a5fd4a8abaf35df39f..3e101232da8cfde9294dc32c4a97f87a571eae4d 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  * \author Ling Li (InsetMathMakebox)
  *
  * Full author contact details are available in file CREDITS.
@@ -99,7 +99,7 @@ void InsetMathFBox::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        FontSetChanger dummy(mi.base, "textnormal");
        cell(0).metrics(mi, dim);
-       metricsMarkers(dim, 3); // 1 pixel space, 1 frame, 1 space
+       metricsMarkers2(dim, 3); // 1 pixel space, 1 frame, 1 space
 }