]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiSelection.cpp
Revert "Revert "Only set dummy X11 selection if we do not own it""
[features.git] / src / frontends / qt / GuiSelection.cpp
index 7e9d29ff060289af05d1ee62a90eb7725e07a429..e10bb476fd5894e480b54701c712c314dba4e1bb 100644 (file)
@@ -58,8 +58,8 @@ void GuiSelection::haveSelection(bool own)
        // 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);
+       // when own is false.
        // Since we do not issue this call we rather implement
        // "persistent selections" as far as X is concerned.
 }