mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
4b5026c2e2
commit
df6dca574e
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user