mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Implement inset-select-all in mathed
This commit is contained in:
parent
7d698b43a8
commit
11e0d941a2
@ -729,6 +729,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
case LFUN_MOUSE_DOUBLE:
|
||||
case LFUN_MOUSE_TRIPLE:
|
||||
case LFUN_WORD_SELECT:
|
||||
case LFUN_INSET_SELECT_ALL:
|
||||
cur.pos() = 0;
|
||||
cur.idx() = 0;
|
||||
cur.resetAnchor();
|
||||
|
Loading…
Reference in New Issue
Block a user