mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fed31122c4
commit
5681316341
@ -48,6 +48,11 @@ void GuiSelection::haveSelection(bool own)
|
||||
qApp->clipboard()->setText(QString(), QClipboard::Selection);
|
||||
// We don't need to do anything if own = false, as this case is
|
||||
// handled by QT.
|
||||
// FIXME (gb): This is wrong. What is missing here is rather a call of
|
||||
//else
|
||||
// qApp->clipboard()->clear(QClipboard::Selection);
|
||||
// Since we do not issue this call we rather implement
|
||||
// "persistent selections" as far as X is concerned.
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user