From df6dca574e03b54f679dd1bec74bf1ddd4a58192 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 17 Sep 2007 22:11:13 +0000 Subject: [PATCH] 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 --- src/BufferView.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index ffbc043de8..341ab318f4 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -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 =