]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
nullptr
[lyx.git] / src / Text3.cpp
index 07d7e80d0aff8318208138d6daec9313905633ed..61b64efc874cbcafce2bf30b187b65f5295b62ef 100644 (file)
@@ -1370,6 +1370,14 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                break;
        }
 
+       case LFUN_INSET_SPLIT: {
+               if (splitInset(cur)) {
+                       needsUpdate = true;
+                       cur.forceBufferUpdate();
+               }
+               break;
+       }
+
        case LFUN_GRAPHICS_SET_GROUP: {
                InsetGraphics * ins = graphics::getCurrentGraphicsInset(cur);
                if (!ins)