]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
Fix bug #5435: DEPM is not executed when leaving an inset.
[lyx.git] / src / TextMetrics.h
index 1a0945d4ffa57cbb4fde7d39403268dc95a89516..efedcb8c9917adcc93661072316a5af41a940fdb 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author John Levon
  * \author Abdelrazak Younes
  *
@@ -160,8 +160,7 @@ private:
 
        /// draw selection for a single row
        void drawRowSelection(PainterInfo & pi, int x, Row const & row,
-               DocIterator const & beg, DocIterator const & end, 
-               bool drawOnBegMargin, bool drawOnEndMargin) const;
+               Cursor const & cur, pit_type const pit) const;
 
 // Temporary public:
 public: