Add debug message.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25626 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-15 00:33:37 +00:00
parent b3cd09dcff
commit 4813fe32bb

View File

@ -1488,6 +1488,7 @@ docstring const BufferView::requestSelection()
return docstring(); return docstring();
} }
LYXERR(Debug::SELECTION, "requestSelection: xsel_cache.set: " << d->xsel_cache_.set);
if (!d->xsel_cache_.set || if (!d->xsel_cache_.set ||
cur.top() != d->xsel_cache_.cursor || cur.top() != d->xsel_cache_.cursor ||
cur.anchor_.top() != d->xsel_cache_.anchor) cur.anchor_.top() != d->xsel_cache_.anchor)