]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 19 Apr 2016 11:50:09 +0000 (13:50 +0200)
commit23ef2947a31cb073b2dc150a3f9c98440e3beeec
tree58b4da7585a3d995b82043b70af67bcef166fe20
parent6a1803e18dfac1720920a4fc8c500300658bc7d7
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