]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Update tex2lyx test reference after 754cb3d1
[lyx.git] / src / Cursor.h
index acec12772fcc0dd8b8ef40c4fdccc4bff07efcf0..aa31f91c96b5592d951b8e649463213dc8ebd91f 100644 (file)
@@ -161,8 +161,8 @@ public:
        //
        /// selection active?
        bool selection() const { return selection_; }
-       /// set selection;
-       void setSelection(bool sel) { selection_ = sel; }
+       /// set selection; this is lower level than (set|clear)Selection
+       void selection(bool sel) { selection_ = sel; }
        /// do we have a multicell selection?
        bool selIsMultiCell() const 
                { return selection_ && selBegin().idx() != selEnd().idx(); }