From f7665c1e115f66df1604baac898b58c44c7535fe Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Tue, 3 Apr 2007 08:27:23 +0000 Subject: [PATCH] explain why ownsClipbiard() does not work on Windows and OS X git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17704 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiClipboard.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/GuiClipboard.C b/src/frontends/qt4/GuiClipboard.C index 3359e8b469..e84c0162d7 100644 --- a/src/frontends/qt4/GuiClipboard.C +++ b/src/frontends/qt4/GuiClipboard.C @@ -108,6 +108,8 @@ bool GuiClipboard::isInternal() const { // ownsClipboard() is also true for stuff coming from dialogs, e.g. // the preamble dialog + // FIXME: This does only work on X11, since ownsClipboard() is + // hardwired to return false on Windows and OS X. return qApp->clipboard()->ownsClipboard() && hasLyXContents(); } -- 2.39.2