mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
inset-split should not be dispatched to inset at point
This functon does not make sense for a full inset. Fixes second part of bug #12747.
This commit is contained in:
parent
acb60dba36
commit
24f4c51f0e
@ -2296,7 +2296,7 @@ void LyXAction::init()
|
||||
* \li Origin: spitz, 22 Dec 2020
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_INSET_SPLIT, "inset-split", AtPoint, Edit },
|
||||
{ LFUN_INSET_SPLIT, "inset-split", Noop, Edit },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_INSET_TOGGLE
|
||||
|
Loading…
Reference in New Issue
Block a user