]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiSelection.cpp
Revert "Fix commented out code"
[lyx.git] / src / frontends / qt / GuiSelection.cpp
index 0eb3d5133d7f49b0c5f03eae372997e4f8a7d13c..288cb18432cfbc7eb8a763b0acf42b4b136146d9 100644 (file)
@@ -57,8 +57,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.
 }