]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Disable inset-dissolve in table cells
[lyx.git] / src / insets / InsetTabular.cpp
index 8ebb663025e385b5cfabe2f9ade14ada64c45944..ba00da7a644b8f3aa438601b8f2b8b4c9d039681 100644 (file)
@@ -3588,6 +3588,9 @@ bool InsetTableCell::getStatus(Cursor & cur, FuncRequest const & cmd,
 {
        bool enabled = true;
        switch (cmd.action()) {
+       case LFUN_INSET_DISSOLVE:
+               enabled = false;
+               break;
        case LFUN_MATH_DISPLAY:
                if (!hasFixedWidth()) {
                        enabled = false;