]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.C
Georg Baum's vspace change
[lyx.git] / src / mathed / math_scriptinset.C
index df73bf0ed4f4a4d4313f71a4f55bdd1bc5bc6e6d..3c226e2ab3f04ece5185d0e314c26dd27d669c03 100644 (file)
@@ -528,7 +528,7 @@ MathScriptInset::priv_dispatch(FuncRequest const & cmd,
                        limits_ =  (hasLimits()) ? -1 : 1;
                else
                        limits_ = 0;
-               return DISPATCHED;
+               return DispatchResult(true, true);
        }
 
        return MathNestInset::priv_dispatch(cmd, idx, pos);