]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
Fix typo.
[lyx.git] / src / TextMetrics.h
index f0abcb520185a1ed4fd4daf721f0f1e16db008f8..6f5cf687336514ca747e6d298f557d5812bd59ed 100644 (file)
@@ -150,7 +150,7 @@ private:
 public:
        /// returns the position near the specified x-coordinate of the row.
        /// x is an absolute screen coord, it is set to the real beginning
-       /// of this column.
+       /// of this column. This takes in account horizontal cursor row scrolling.
        pos_type getPosNearX(Row const & row, int & x, bool & boundary) const;
 
        /// returns pos in given par at given x coord.