]> git.lyx.org Git - features.git/commit
Change mouse cursor on tabular selection zones
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 2 Feb 2016 16:07:29 +0000 (17:07 +0100)
committerRichard Heck <rgheck@lyx.org>
Wed, 15 Jun 2016 21:32:52 +0000 (22:32 +0100)
commit0ea92e677a80692896695c3802e8643dc99af253
tree1a56b5c3170cd29acd30df122879e9a47a263666
parentcd27ae65a2c2865b866b2a5d2fba7d6b6aeb6443
Change mouse cursor on tabular selection zones

This is done by implementing the clickable method. It is not possible yet to have the usual left and down arrows, because Qt does not implement them as far as I can see.

Factor the code that triggers row/column selection and fix the logic. Now it is possible to select also at the right of the tabular inset.
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
status.22x