Previously:

        void moveCursorUpdate(bool selecting, bool fitcur = true);


        void finishChange(BufferView * bv, bool fitcur = false)
        {
                finishUndo();
                bv->moveCursorUpdate(fitcur);
                bv->owner()->view_state_changed();
        }


Seemingly it is not too important whether we are selecting or trying to
fit the cursor ;-}

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to