]> git.lyx.org Git - features.git/commit
Fix enabling of LFUN_PRIMARY_SELECTION_PASTE: It was always disabled, because
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 8 Jan 2007 18:37:40 +0000 (18:37 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 8 Jan 2007 18:37:40 +0000 (18:37 +0000)
commita683072ea0294d6bb1c63b77f39e928235ca7e88
tree1f74b755cca557a22b85d0576c235c6136eb415a
parentba57568a72f8a1c8dab810cc0d26517a5b008278
Fix enabling of LFUN_PRIMARY_SELECTION_PASTE: It was always disabled, because
we don't set the selection with qApp->clipboard()->put().
Therefore we get the status of the internal selection from the cursor, and
the empty flag for fake selections is not needed anymore.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16610 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/Selection.h
src/frontends/qt4/GuiSelection.C
src/frontends/qt4/GuiSelection.h
src/text3.C