temporarily disabling mouse hover feature as it is causing painting problems.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20330 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-17 22:11:13 +00:00
parent 4b5026c2e2
commit df6dca574e

View File

@ -1110,6 +1110,9 @@ bool BufferView::workAreaDispatch(FuncRequest const & cmd0)
cmd.y = min(max(cmd.y, -1), height_);
if (cmd.action == LFUN_MOUSE_MOTION && cmd.button() == mouse_button::none) {
//FIXME: disabling mouse hover for now as it is causing funny things
// on screen.
return false;
// Get inset under mouse, if there is one.
Inset const * covering_inset =