]> git.lyx.org Git - features.git/commit
Fix bug 4741: Pasting with middle mouse button into read only document works
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 14 Jan 2009 14:24:59 +0000 (14:24 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 14 Jan 2009 14:24:59 +0000 (14:24 +0000)
commitec7d9f459350fc61ec187334b797bd027d8822da
tree3d963d24f6c0dc52eefa6532887aabadd57be76e
parent92c30f429461a5927253fd84e6d073cbce154c3d
Fix bug 4741: Pasting with middle mouse button into read only document works
http://bugzilla.lyx.org/show_bug.cgi?id=4741

Create a new LFUN selection-paste (to paste the internal selection), and bind
middle mouse button to
    command-alternatives selection-paste ; primary-selection-paste paragraph

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28154 a592a061-630c-0410-9148-cb99ea01b6c8
src/FuncCode.h
src/LyXAction.cpp
src/Text3.cpp