]> git.lyx.org Git - features.git/commit
The uncontroversal part of the selection fix: Always set the X selection
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 5 Jan 2007 13:31:37 +0000 (13:31 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 5 Jan 2007 13:31:37 +0000 (13:31 +0000)
commit3c323c1a37ad43f75e0af5904edb2b18fd893b9b
tree82e0ab7e602017ad13c9b7e0aabd91c59aa1b16d
parent325cecdea4a49c1bc85566a8642c5e3ced583dc4
The uncontroversal part of the selection fix: Always set the X selection
after selecting something with the mouse

* src/insets/insettabular.C
(InsetTabular::doDispatch): Set the X selection if there is a
selection after release of the left mouse button

* src/mathed/InsetMathNest.C
(InsetMathNest::doDispatch): Set the X selection after double and
triple click of the left mouse button
(InsetMathNest::lfunMouseRelease): Set the X selection if there is a
selection after release of the left mouse button

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16530 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/insettabular.C
src/mathed/InsetMathNest.C