]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.cpp
A GUI for nomencl settings. Adds the possibility to enter a custom length.
[lyx.git] / src / BufferView.cpp
index 3f8143f4bbce7a5baf951d955e6ca93ce127c292..3be5cf7cf283969c8408786d61bc1f72416c5880 100644 (file)
@@ -1421,7 +1421,8 @@ bool BufferView::dispatch(FuncRequest const & cmd)
                cur.reset(buffer_.inset());
                updateMetrics();
                buffer_.changed();
-               d->text_metrics_[&buffer_.text()].editXY(cur, p.x_, p.y_);
+               d->text_metrics_[&buffer_.text()].editXY(cur, p.x_, p.y_,
+                       true, cmd.action == LFUN_SCREEN_UP); 
                //FIXME: what to do with cur.x_target()?
                bool update = in_texted && cur.bv().checkDepm(cur, old);
                cur.finishUndo();