From 56813163419d37c080274d5553f46d3613146d91 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 7 Jan 2007 14:54:10 +0000 Subject: [PATCH] Add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16573 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSelection.C | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/frontends/qt4/GuiSelection.C b/src/frontends/qt4/GuiSelection.C index 3a59d515ca..3c8df3b634 100644 --- a/src/frontends/qt4/GuiSelection.C +++ b/src/frontends/qt4/GuiSelection.C @@ -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. } -- 2.39.5