]> git.lyx.org Git - features.git/commit
Fix another selection bug
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 5 Jan 2007 10:11:21 +0000 (10:11 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 5 Jan 2007 10:11:21 +0000 (10:11 +0000)
commite2da99d6a96c8b9850293fd7ebb4ebf486f9ca6f
tree0300bdf156aac2292468b88b6b3392c170791831
parente7a6fa7b2b87ae250cd6e79ae115324f7e4686b9
Fix another selection bug
* src/frontends/qt4/GuiApplication.C
(GuiApplication::x11EventFilter): Only send or clear the selection
if the X event specified the primary selection. Previously this was
also done if the event specified the clipboard. We must ignore that,
because the clipboard is completele handled by qt.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16526 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiApplication.C