mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
b3cd09dcff
commit
4813fe32bb
@ -1488,6 +1488,7 @@ docstring const BufferView::requestSelection()
|
||||
return docstring();
|
||||
}
|
||||
|
||||
LYXERR(Debug::SELECTION, "requestSelection: xsel_cache.set: " << d->xsel_cache_.set);
|
||||
if (!d->xsel_cache_.set ||
|
||||
cur.top() != d->xsel_cache_.cursor ||
|
||||
cur.anchor_.top() != d->xsel_cache_.anchor)
|
||||
|
Loading…
Reference in New Issue
Block a user