mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24881 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
771e0ba1a3
commit
0dea68828b
@ -1306,6 +1306,10 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
cur.noUpdate();
|
||||
return;
|
||||
|
||||
case mouse_button::none:
|
||||
case mouse_button::button4:
|
||||
case mouse_button::button5:
|
||||
break;
|
||||
} // switch (cmd.button())
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user