]> git.lyx.org Git - lyx.git/commitdiff
Add comment
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 7 Jan 2007 14:54:10 +0000 (14:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 7 Jan 2007 14:54:10 +0000 (14:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16573 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSelection.C

index 3a59d515cabb4779363ca1110fa361a318fdf4a7..3c8df3b634012ecf8741d37b6c61c9e70ce91fee 100644 (file)
@@ -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.
 }