]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.cpp
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / BufferView.cpp
index a98fcfe095f47159b7c1a97056bfa80f22c2b98c..b46be350b850010964b3c6322381b7dd86cda0ba 100644 (file)
@@ -1483,6 +1483,7 @@ docstring const BufferView::requestSelection()
 {
        Cursor & cur = d->cursor_;
 
+       LYXERR(Debug::SELECTION, "requestSelection: cur.selection: " << cur.selection());
        if (!cur.selection()) {
                d->xsel_cache_.set = false;
                return docstring();