]> git.lyx.org Git - features.git/commit
Mouse hover property should be dependent on the specific bufferview. If there are...
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 30 Apr 2010 14:47:46 +0000 (14:47 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 30 Apr 2010 14:47:46 +0000 (14:47 +0000)
commit4c611e5745aeaf2ba0fb2bca8301b6a22ee07581
tree51ae34ca75eb4686759ca5c0063d3a4baf91bcd5
parent0833a4a94c5f9084249f5e44e94684cb3f6afde0
Mouse hover property should be dependent on the specific bufferview. If there are 2 views showing the same buffer, an Inset can be shown as hovered in only one view.

This is also in preparation of a decent fix for bug #3900.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34347 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/insets/Inset.cpp
src/insets/Inset.h
src/insets/InsetCollapsable.cpp
src/insets/InsetCollapsable.h
src/insets/InsetCommand.cpp
src/insets/InsetCommand.h
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathNest.h