commit bf0f2a2ae1c39e46f8a7cbc144af494c9a71f3c9
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Wed Jun 18 18:34:21 2025 +0200

    Fix misleading comments
---
 src/mathed/InsetMathScript.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mathed/InsetMathScript.h b/src/mathed/InsetMathScript.h
index 31955dd84c..842504855b 100644
--- a/src/mathed/InsetMathScript.h
+++ b/src/mathed/InsetMathScript.h
@@ -117,9 +117,9 @@ private:
        int nwid(BufferView const &) const;
        /// returns y offset for either superscript or subscript
        int dy01(BufferView const &, int asc, int des, int what) const;
-       /// returns y offset for superscript
-       int dy0(BufferView const &) const;
        /// returns y offset for subscript
+       int dy0(BufferView const &) const;
+       /// returns y offset for superscript
        int dy1(BufferView const &) const;
        /// returns x offset for superscript
        int dx0(BufferView const & bv) const;
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to