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:
Jean-Marc Lasgouttes 2023-05-31 00:45:04 +02:00
parent acb60dba36
commit 24f4c51f0e

View File

@ -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